Interface AppConfigOptions

interface AppConfigOptions {
    mode?: AppMode;
    name: string;
    shortname: string;
}

Properties

Properties

mode?: AppMode
name: string
shortname: string