UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

9 lines 177 B
/** * Classic identifiers of the user. * * @deprecated */ export type MembershipUserClassic = { user_id: number; }; //# sourceMappingURL=membership-user-classic.d.ts.map