interface IInput {
    input: {
        categoryIds: number[];
    };
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

Properties

input: {
    categoryIds: number[];
}

Type declaration

  • categoryIds: number[]

    ID категорий для добавления (целые категории)