interface ApiConsoleApp {
    id: string;
    shell: ApiConsoleAppShell;
}

Properties

Properties

id: string