@hz-9/a5-authn
Version:
Authentication module for the @hz-9/a5-* series of repositories.
12 lines • 606 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.A5AuthnEmailSendReqDto = exports.A5AuthnEmailSendReqDtoSchema = void 0;
/* eslint-disable @rushstack/typedef-var */
const a5_crud_zod_1 = require("@hz-9/a5-crud-zod");
exports.A5AuthnEmailSendReqDtoSchema = a5_crud_zod_1.z.object({
email: a5_crud_zod_1.z.string().email().describe('Email Address'),
});
class A5AuthnEmailSendReqDto extends (0, a5_crud_zod_1.createZodDto)(exports.A5AuthnEmailSendReqDtoSchema) {
}
exports.A5AuthnEmailSendReqDto = A5AuthnEmailSendReqDto;
//# sourceMappingURL=email.send.req.dto.js.map