UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

18 lines 327 B
/** * CreateReaderCheckoutError * * Error description */ export type CreateReaderCheckoutError = { errors: { /** * Error message */ detail?: string; /** * Error code */ type: string; }; }; //# sourceMappingURL=create-reader-checkout-error.d.ts.map