Variable PhraseyZLocaleConst

PhraseyZLocale: ZodObject<{
    code: ZodString;
    details: ZodObject<{
        language: ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>;
        script: ZodOptional<ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>>;
        territory: ZodOptional<ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>>;
    }, "strip", ZodTypeAny, {
        language: { code: string; display: string; native: string; };
        script?: { code: string; display: string; native: string; };
        territory?: { code: string; display: string; native: string; };
    }, {
        language: { code: string; display: string; native: string; };
        script?: { code: string; display: string; native: string; };
        territory?: { code: string; display: string; native: string; };
    }>;
    direction: ZodEnum<["ltr", "rtl"]>;
    display: ZodString;
    native: ZodString;
}, "strip", ZodTypeAny, {
    code: string;
    details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; };
    direction: "ltr" | "rtl";
    display: string;
    native: string;
}, {
    code: string;
    details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; };
    direction: "ltr" | "rtl";
    display: string;
    native: string;
}> = ...

Type declaration

  • code: ZodString
  • details: ZodObject<{
        language: ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>;
        script: ZodOptional<ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>>;
        territory: ZodOptional<ZodObject<{
            code: ZodString;
            display: ZodString;
            native: ZodString;
        }, "strip", ZodTypeAny, {
            code: string;
            display: string;
            native: string;
        }, {
            code: string;
            display: string;
            native: string;
        }>>;
    }, "strip", ZodTypeAny, {
        language: { code: string; display: string; native: string; };
        script?: { code: string; display: string; native: string; };
        territory?: { code: string; display: string; native: string; };
    }, {
        language: { code: string; display: string; native: string; };
        script?: { code: string; display: string; native: string; };
        territory?: { code: string; display: string; native: string; };
    }>
  • direction: ZodEnum<["ltr", "rtl"]>
  • display: ZodString
  • native: ZodString

Type declaration

  • code: string
  • details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; }
  • direction: "ltr" | "rtl"
  • display: string
  • native: string

Type declaration

  • code: string
  • details: { language: { code: string; display: string; native: string; }; territory?: { code: string; display: string; native: string; } | undefined; script?: { code: string; display: string; native: string; } | undefined; }
  • direction: "ltr" | "rtl"
  • display: string
  • native: string

Generated using TypeDoc