Variable PhraseyZConfigLocalesConst

PhraseyZConfigLocales: ZodObject<{
    file: ZodString;
    format: ZodString;
}, "strip", ZodTypeAny, {
    file: string;
    format: string;
}, {
    file: string;
    format: string;
}> = ...

Type declaration

  • file: ZodString
  • format: ZodString

Type declaration

  • file: string
  • format: string

Type declaration

  • file: string
  • format: string

Generated using TypeDoc