export type DelegateFulfillmentResponse = {
    fulfillment_provider_order_id?: string;
};
