export declare type ApiBodyProductCategory = { productTypeId?: number; title?: string; order?: number; visible?: boolean; };