Documentation - v0.0.0
    Preparing search index...

    Interface CrisisCleanupConfigLayerMeta

    interface CrisisCleanupConfigLayerMeta {
        name?: string;
        repo?: string;
        sources?: { configPath?: string; name: string; secretPath?: string }[];
        [k: string]: unknown;
    }

    Hierarchy

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    name?: string = ...
    repo?: string = ...
    sources?: { configPath?: string; name: string; secretPath?: string }[] = ...