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