export interface UpdateProductServiceParams {
    description: string;
    fixed_price?: 0 | 1;
    price: number;
    status?: "actived" | "inactived";
}
//# sourceMappingURL=UpdateProductServiceParams.d.ts.map