UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 131 B
/** * Event ID * * Unique ID of the transaction event. */ export type EventID = number; //# sourceMappingURL=event-id.d.cts.map