/** * ## RevenueWithdrawalStatePending * The withdrawal is in progress. */ export type RevenueWithdrawalStatePending = { /** * Type of the state, always “pending” */ type: 'pending'; };