diff --git a/lib/entities/app-definition.ts b/lib/entities/app-definition.ts index 5a953a13aa..04e9378162 100644 --- a/lib/entities/app-definition.ts +++ b/lib/entities/app-definition.ts @@ -15,14 +15,7 @@ export interface NavigationItem { path: string } -type LocationType = - | 'app-config' - | 'entry-sidebar' - | 'entry-editor' - | 'dialog' - | 'page' - | 'entry-list' - | 'home' +type LocationType = 'app-config' | 'entry-sidebar' | 'entry-editor' | 'dialog' | 'page' | 'home' export interface SimpleLocation { location: LocationType