Esposter
    Preparing search index...

    Interface RunArgs

    interface RunArgs {
        cache: { default: boolean; description: string; type: "boolean" };
        debug: { default: boolean; description: string; type: "boolean" };
        ephemeral: { default: boolean; description: string; type: "boolean" };
        [key: string]: ArgDef;
    }

    Indexable

    • [key: string]: ArgDef
    Index
    cache: { default: boolean; description: string; type: "boolean" }
    debug: { default: boolean; description: string; type: "boolean" }
    ephemeral: { default: boolean; description: string; type: "boolean" }