Variable PhraseyZLocaleCodeDetailsCodeConst

PhraseyZLocaleCodeDetailsCode: ZodObject<{
    code: ZodString;
    display: ZodString;
    native: ZodString;
}, "strip", ZodTypeAny, {
    code: string;
    display: string;
    native: string;
}, {
    code: string;
    display: string;
    native: string;
}> = ...

Type declaration

  • code: ZodString
  • display: ZodString
  • native: ZodString

Type declaration

  • code: string
  • display: string
  • native: string

Type declaration

  • code: string
  • display: string
  • native: string

Generated using TypeDoc