Type alias AppList

AppList: {
    applist: {
        apps: App[];
    };
}

Type declaration

  • applist: {
        apps: App[];
    }

Generated using TypeDoc