UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

16 lines 299 B
/** * Transactions History Link * * Hypermedia link used for transaction history pagination. */ export type TransactionsHistoryLink = { /** * Relation. */ rel: string; /** * Location. */ href: string; }; //# sourceMappingURL=transactions-history-link.d.ts.map