UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

5 lines 180 B
/** * The status of the membership. */ export type MembershipStatus = "accepted" | "pending" | "expired" | "disabled" | "unknown"; //# sourceMappingURL=membership-status.d.ts.map