diff --git a/types/Abc.html b/types/Abc.html index 8e26c06..e3c9e06 100644 --- a/types/Abc.html +++ b/types/Abc.html @@ -3,4 +3,4 @@
export type Abc = zod.infer<typeof abc>;
 
-
+
diff --git a/variables/abc-1.html b/variables/abc-1.html index 696c5ee..131eb9a 100644 --- a/variables/abc-1.html +++ b/variables/abc-1.html @@ -2,4 +2,4 @@
export const abc = zod.object({
prop: zod.string(),
other: zod.object({
arr: zod.array(zod.number()),
}),
opt: z.string().optional(),
def: z.string().default("abc"),
});
-
+