Interface IUpdateActivityConfig

interface IUpdateActivityConfig {
    appbundles?: string[];
    commandLine: string[];
    description?: string;
    engine: string;
    parameters?: {
        [name: string]: IActivityParam;
    };
    settings?: any;
}

Hierarchy (view full)

Properties

appbundles?: string[]
commandLine: string[]
description?: string
engine: string
parameters?: {
    [name: string]: IActivityParam;
}

Type declaration

settings?: any

Generated using TypeDoc