Interface IApp

interface IApp {
    attributes: IAppAttributes;
    create?: ICreate[];
    privileges?: Privileges[];
    scriptVersions?: IScriptVersion[];
}

Properties

attributes: IAppAttributes
create?: ICreate[]
privileges?: Privileges[]
scriptVersions?: IScriptVersion[]