diff --git a/types/payments.ts b/types/payments.ts index 795eddab..d3ec9662 100644 --- a/types/payments.ts +++ b/types/payments.ts @@ -1,6 +1,6 @@ import { Relationship, Counterparty, WireCounterparty } from "./common" -type PaymentStatus = "Pending" | "Rejected" | "Clearing" | "Sent" | "Canceled" | "Returned" +export type PaymentStatus = "Pending" | "Rejected" | "Clearing" | "Sent" | "Canceled" | "Returned" export type Payment = AchPayment | BookPayment | WirePayment | BillPayment