first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { z } from "zod";
|
||||
|
||||
export const ZSendVerificationCodeInputSchema = z.object({
|
||||
phoneNumber: z.string(),
|
||||
});
|
||||
|
||||
export type TSendVerificationCodeInputSchema = z.infer<typeof ZSendVerificationCodeInputSchema>;
|
||||
Reference in New Issue
Block a user