Refactor asyncRouteType to appType
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* App types represented in src/apps.
|
||||
*/
|
||||
export enum AppType {
|
||||
Dashboard = 'dashboard',
|
||||
Experimental = 'experimental',
|
||||
Stable = 'stable'
|
||||
}
|
||||
Reference in New Issue
Block a user