Variable PhraseyZConfigHooksExpandedConst

PhraseyZConfigHooksExpanded: ZodObject<{
    options: ZodOptional<ZodRecord<ZodString, ZodAny>>;
    path: ZodString;
}, "strip", ZodTypeAny, {
    options?: Record<string, any>;
    path: string;
}, {
    options?: Record<string, any>;
    path: string;
}> = ...

Type declaration

  • options: ZodOptional<ZodRecord<ZodString, ZodAny>>
  • path: ZodString

Type declaration

  • Optional options?: Record<string, any>
  • path: string

Type declaration

  • Optional options?: Record<string, any>
  • path: string

Generated using TypeDoc