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