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