interface ApiConsoleAppShell {
    cmd: string;
    online: boolean;
}

Properties

Properties

cmd: string
online: boolean