Interface IUpdateAppBundleConfig

interface IUpdateAppBundleConfig {
    description?: string;
    engine: string;
    settings?: {
        [key: string]: any;
    };
}

Hierarchy (view full)

Properties

description?: string
engine: string
settings?: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any

Generated using TypeDoc