UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

9 lines 248 B
/** * CreateReaderCheckoutUnprocessableEntity * * Unprocessable entity */ export type CreateReaderCheckoutUnprocessableEntity = { errors: Record<string, unknown>; }; //# sourceMappingURL=create-reader-checkout-unprocessable-entity.d.cts.map