]> git.arvados.org - arvados-workbench2.git/blob - src/store/process-panel/process-panel.ts
Merge branch 'master' into 14318-new-button-missing-in-several-places
[arvados-workbench2.git] / src / store / process-panel / process-panel.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 export interface ProcessPanel {
6     filters: { [status: string]: boolean };
7 }