UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

18 lines 331 B
/** * CreateReaderTerminateError * * Error description */ export type CreateReaderTerminateError = { errors: { /** * Error message */ detail?: string; /** * Error code */ type: string; }; }; //# sourceMappingURL=create-reader-terminate-error.d.cts.map