Variable configLayerMetaConst

configLayerMeta: ZodObject<{
    name: ZodOptional<ZodString>;
    repo: ZodOptional<ZodString>;
    sources: ZodOptional<ZodArray<ZodObject<{
        configPath: ZodOptional<ZodString>;
        name: ZodString;
        secretPath: ZodOptional<ZodString>;
    }, "strip", ZodTypeAny, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }>, "many">>;
}, "passthrough", ZodTypeAny, objectOutputType<{
    name: ZodOptional<ZodString>;
    repo: ZodOptional<ZodString>;
    sources: ZodOptional<ZodArray<ZodObject<{
        configPath: ZodOptional<ZodString>;
        name: ZodString;
        secretPath: ZodOptional<ZodString>;
    }, "strip", ZodTypeAny, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }>, "many">>;
}, ZodTypeAny, "passthrough">, objectInputType<{
    name: ZodOptional<ZodString>;
    repo: ZodOptional<ZodString>;
    sources: ZodOptional<ZodArray<ZodObject<{
        configPath: ZodOptional<ZodString>;
        name: ZodString;
        secretPath: ZodOptional<ZodString>;
    }, "strip", ZodTypeAny, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }>, "many">>;
}, ZodTypeAny, "passthrough">> = ...

Type declaration

  • name: ZodOptional<ZodString>
  • repo: ZodOptional<ZodString>
  • sources: ZodOptional<ZodArray<ZodObject<{
        configPath: ZodOptional<ZodString>;
        name: ZodString;
        secretPath: ZodOptional<ZodString>;
    }, "strip", ZodTypeAny, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }, {
        configPath?: string;
        name: string;
        secretPath?: string;
    }>, "many">>

Generated using TypeDoc