mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 17:17:54 +02:00
Remove outdated aside (#7405)
This commit is contained in:
@@ -50,7 +50,6 @@ export interface Application extends Doc {
|
||||
|
||||
// Also attached ApplicationNavModel will be joined after this one main.
|
||||
navigatorModel?: NavigatorModel
|
||||
aside?: AnyComponent
|
||||
|
||||
locationResolver?: Resource<(loc: Location) => Promise<ResolvedLocation | undefined>>
|
||||
locationDataResolver?: Resource<(loc: Location) => Promise<LocationData>>
|
||||
@@ -130,7 +129,6 @@ export interface ApplicationNavModel extends Doc {
|
||||
|
||||
spaces?: SpacesNavModel[]
|
||||
specials?: SpecialNavModel[]
|
||||
aside?: AnyComponent
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -163,7 +161,6 @@ export interface SpacesNavModel {
|
||||
export interface NavigatorModel {
|
||||
spaces: SpacesNavModel[]
|
||||
specials?: SpecialNavModel[]
|
||||
aside?: AnyComponent
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user