UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

6 lines 205 B
/** * The version of the resource. The version reflects a specific change submitted to the API via one of the `PATCH` endpoints. * */ export type Version = string; //# sourceMappingURL=version.d.cts.map