Variable PhraseyZConfigOutputConst

PhraseyZConfigOutput: ZodObject<{
    dir: ZodString;
    format: ZodString;
    stringFormat: ZodString;
}, "strip", ZodTypeAny, {
    dir: string;
    format: string;
    stringFormat: string;
}, {
    dir: string;
    format: string;
    stringFormat: string;
}> = ...

Type declaration

  • dir: ZodString
  • format: ZodString
  • stringFormat: ZodString

Type declaration

  • dir: string
  • format: string
  • stringFormat: string

Type declaration

  • dir: string
  • format: string
  • stringFormat: string

Generated using TypeDoc