export interface CommercePayoutFields { amount: Record; payout_date: string; payout_reference_id: string; status: string; transfer_id: string; }