type PaymentAndOrdersOptions = {
    enabled_payment_gateway_for_orders: number[];
};
export type { PaymentAndOrdersOptions };
