Sign in
gerrit
/
gerrit
/
dc5ffa8c22b5483cc7b9c483331c60dab27eea49
/
.
/
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
;
}