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