import type { ApiBodyProductCategory } from './ApiBodyProductCategory'; export declare type CategoryCreate = (ApiBodyProductCategory & { productTypeId: number; });