UNPKG

@openstream/client

Version:
10 lines 267 B
export type PaymentMethodKind = { kind: "card"; } & { token: string; card_type: string; last_4: string; expiration_year: string | null | undefined; expiration_month: string | null | undefined; }; //# sourceMappingURL=PaymentMethodKind.d.ts.map