import { Auth } from '..';
export type GetFulfillmentsRequest = {
    transaction_id: string;
    auth: Auth;
    fulfillment_provider_order_id: string;
};
