UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

5 lines 168 B
/** * Object attributes that are modifiable only by SumUp applications. */ export type Attributes = Record<string, unknown>; //# sourceMappingURL=attributes.d.cts.map