export declare type ApiBodyProductType = { name?: string; purchaseLimit?: number | null; purchaseLimitErrorMessage?: string; formId?: number | null; icon?: string; };