UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

13 lines 223 B
/** * Invite * * Pending invitation for membership. */ export type Invite = { /** * Email address of the invited user. */ email: string; expires_at: string; }; //# sourceMappingURL=invite.d.cts.map