UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 143 B
/** * Transaction ID * * Unique ID of the transaction. */ export type TransactionID = string; //# sourceMappingURL=transaction-id.d.cts.map