interface CreateProductFormItemGroup {
    categoryIds: string[];
    items: {
        key: string;
        label: string;
    }[];
    key: string;
    label: string;
}

Properties

categoryIds: string[]
items: {
    key: string;
    label: string;
}[]

Type declaration

  • key: string
  • label: string
key: string
label: string

Generated using TypeDoc