TypeScript APIPaymentRefundStateOn this pageRefundStateRefundState @vendure/corerefund-state.ts These are the default states of the refund process. Signaturetype RefundState = 'Pending' | 'Settled' | 'Failed'