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