Variable PhraseyZLocaleCodeDetailsConst

PhraseyZLocaleCodeDetails: 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; };
}> = ...

Type declaration

  • 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;
    }>>

Type declaration

  • language: { code: string; display: string; native: string; }
  • Optional script?: { code: string; display: string; native: string; }
  • Optional territory?: { code: string; display: string; native: string; }

Type declaration

  • language: { code: string; display: string; native: string; }
  • Optional script?: { code: string; display: string; native: string; }
  • Optional territory?: { code: string; display: string; native: string; }

Generated using TypeDoc