Sign in
gerrit
/
gerrit
/
115eb6de4b52f448acf4170261bd5ab4b15eefbd
/
.
/
polygerrit-ui
/
app
/
models
/
views
/
base.ts
blob: 065495d9683db3549b992de2d6329927dfd5a9f2 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import
{
GerritView
}
from
'../../services/router/router-model'
;
export
interface
ViewState
{
view
:
GerritView
;
}