Adding type to siteview.site
This commit is contained in:
parent
4a0391ed9a
commit
3b8c22d37a
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export class LocalUserSettingsView {
|
|||
}
|
||||
|
||||
export class SiteView {
|
||||
@Type(() => Site)
|
||||
site: Site;
|
||||
counts: SiteAggregates;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue