Variable PhraseyZConfigConst

PhraseyZConfig: ZodObject<{
    hooks: ZodOptional<ZodObject<{
        files: ZodArray<ZodEffects<ZodUnion<[ZodString, ZodObject<{
            options: ZodOptional<ZodRecord<ZodString, ZodAny>>;
            path: ZodString;
        }, "strip", ZodTypeAny, {
            options?: Record<string, any>;
            path: string;
        }, {
            options?: Record<string, any>;
            path: string;
        }>]>, {
            options?: Record<string, any>;
            path: string;
        }, string | {
            options?: Record<string, any>;
            path: string;
        }>, "many">;
    }, "strip", ZodTypeAny, {
        files: ({ path: string; options?: Record<string, any> | undefined; })[];
    }, {
        files: (string | ({ path: string; options?: Record<string, any> | undefined; }))[];
    }>>;
    input: ZodObject<{
        fallback: ZodOptional<ZodUnion<[ZodString, ZodArray<ZodString, "many">]>>;
        files: ZodUnion<[ZodString, ZodArray<ZodString, "many">]>;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        fallback?: string | string[];
        files: Object;
        format: string;
    }, {
        fallback?: string | string[];
        files: Object;
        format: string;
    }>;
    locales: ZodOptional<ZodObject<{
        file: ZodString;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        file: string;
        format: string;
    }, {
        file: string;
        format: string;
    }>>;
    output: ZodOptional<ZodObject<{
        dir: ZodString;
        format: ZodString;
        stringFormat: ZodString;
    }, "strip", ZodTypeAny, {
        dir: string;
        format: string;
        stringFormat: string;
    }, {
        dir: string;
        format: string;
        stringFormat: string;
    }>>;
    schema: ZodObject<{
        file: ZodString;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        file: string;
        format: string;
    }, {
        file: string;
        format: string;
    }>;
}, "strip", ZodTypeAny, {
    hooks?: { files: { path: string; options?: Record<string, any> | undefined; }[]; };
    input: { format: string; files: (string | string[]) & (string | string[] | undefined); fallback?: string | string[] | undefined; };
    locales?: { file: string; format: string; };
    output?: { format: string; dir: string; stringFormat: string; };
    schema: { file: string; format: string; };
}, {
    hooks?: { files: (string | { path: string; options?: Record<string, any> | undefined; })[]; };
    input: { format: string; files: (string | string[]) & (string | string[] | undefined); fallback?: string | string[] | undefined; };
    locales?: { file: string; format: string; };
    output?: { format: string; dir: string; stringFormat: string; };
    schema: { file: string; format: string; };
}> = ...

Type declaration

  • hooks: ZodOptional<ZodObject<{
        files: ZodArray<ZodEffects<ZodUnion<[ZodString, ZodObject<{
            options: ZodOptional<ZodRecord<ZodString, ZodAny>>;
            path: ZodString;
        }, "strip", ZodTypeAny, {
            options?: Record<string, any>;
            path: string;
        }, {
            options?: Record<string, any>;
            path: string;
        }>]>, {
            options?: Record<string, any>;
            path: string;
        }, string | {
            options?: Record<string, any>;
            path: string;
        }>, "many">;
    }, "strip", ZodTypeAny, {
        files: ({ path: string; options?: Record<string, any> | undefined; })[];
    }, {
        files: (string | ({ path: string; options?: Record<string, any> | undefined; }))[];
    }>>
  • input: ZodObject<{
        fallback: ZodOptional<ZodUnion<[ZodString, ZodArray<ZodString, "many">]>>;
        files: ZodUnion<[ZodString, ZodArray<ZodString, "many">]>;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        fallback?: string | string[];
        files: Object;
        format: string;
    }, {
        fallback?: string | string[];
        files: Object;
        format: string;
    }>
  • locales: ZodOptional<ZodObject<{
        file: ZodString;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        file: string;
        format: string;
    }, {
        file: string;
        format: string;
    }>>
  • output: ZodOptional<ZodObject<{
        dir: ZodString;
        format: ZodString;
        stringFormat: ZodString;
    }, "strip", ZodTypeAny, {
        dir: string;
        format: string;
        stringFormat: string;
    }, {
        dir: string;
        format: string;
        stringFormat: string;
    }>>
  • schema: ZodObject<{
        file: ZodString;
        format: ZodString;
    }, "strip", ZodTypeAny, {
        file: string;
        format: string;
    }, {
        file: string;
        format: string;
    }>

Type declaration

  • Optional hooks?: { files: { path: string; options?: Record<string, any> | undefined; }[]; }
  • input: { format: string; files: (string | string[]) & (string | string[] | undefined); fallback?: string | string[] | undefined; }
  • Optional locales?: { file: string; format: string; }
  • Optional output?: { format: string; dir: string; stringFormat: string; }
  • schema: { file: string; format: string; }

Type declaration

  • Optional hooks?: { files: (string | { path: string; options?: Record<string, any> | undefined; })[]; }
  • input: { format: string; files: (string | string[]) & (string | string[] | undefined); fallback?: string | string[] | undefined; }
  • Optional locales?: { file: string; format: string; }
  • Optional output?: { format: string; dir: string; stringFormat: string; }
  • schema: { file: string; format: string; }

Generated using TypeDoc