import type { ApiBodyProductType } from './ApiBodyProductType'; export declare type TypeCreate = (ApiBodyProductType & { productTypeId?: number; });