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;
}