added zod for post requests

This commit is contained in:
daniel31x13
2024-09-14 16:00:19 -04:00
parent a5b1952e0d
commit 1cf7421b76
24 changed files with 350 additions and 180 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { useTags } from "@/hooks/store/tags";
type Props = {
onChange: any;
defaultValue?: {
value: number;
value?: number;
label: string;
}[];
autoFocus?: boolean;