Merge branch 'main' from workbench2.git
[arvados.git] / services / workbench2 / src / store / move-to-dialog / move-to-dialog.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 export interface MoveToFormDialogData {
6     name: string;
7     uuid: string;
8     ownerUuid: string;
9     fromContextMenu?: boolean;
10 }