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

Indexable

[key: string]: unknown

Properties

Properties

categoryId: number