Variable PhraseyZConfigHooksConst
PhraseyZConfigHooks: ZodObject<{
files: ZodArray<ZodEffects<ZodUnion<[ZodString, ZodObject<{
options: ZodOptional<ZodRecord<ZodString, ZodAny>>;
path: ZodString;
}, "strip", ZodTypeAny, {
options?: Record<string, any>;
path: string;
}, {
options?: Record<string, any>;
path: string;
}>]>, {
options?: Record<string, any>;
path: string;
}, string | {
options?: Record<string, any>;
path: string;
}>, "many">;
}, "strip", ZodTypeAny, {
files: ({ path: string; options?: Record<string, any> | undefined; })[];
}, {
files: (string | ({ path: string; options?: Record<string, any> | undefined; }))[];
}> = ...
Type declaration
-
files: ZodArray<ZodEffects<ZodUnion<[ZodString, ZodObject<{
options: ZodOptional<ZodRecord<ZodString, ZodAny>>;
path: ZodString;
}, "strip", ZodTypeAny, {
options?: Record<string, any>;
path: string;
}, {
options?: Record<string, any>;
path: string;
}>]>, {
options?: Record<string, any>;
path: string;
}, string | {
options?: Record<string, any>;
path: string;
}>, "many">
Type declaration
-
files: ({ path: string; options?: Record<string, any> | undefined; })[]
Type declaration
-
files: (string | ({ path: string; options?: Record<string, any> | undefined; }))[]