UNPKG

@hz-9/a5-authn

Version:

Authentication module for the @hz-9/a5-* series of repositories.

14 lines (13 loc) 481 B
import { z } from '@hz-9/a5-crud-zod'; export declare const A5AuthnPhoneSendReqDtoSchema: z.ZodObject<{ phone: z.ZodString; }, z.core.$strip>; declare const A5AuthnPhoneSendReqDto_base: import("nestjs-zod").ZodDto<z.ZodObject<{ phone: z.ZodString; }, z.core.$strip>> & { io: "input"; }; export declare class A5AuthnPhoneSendReqDto extends A5AuthnPhoneSendReqDto_base { } export type A5AuthnPhoneSendReqDtoType = z.infer<typeof A5AuthnPhoneSendReqDtoSchema>; export {};