UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

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