projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21128: cleanup, renamed some types Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa...
[arvados.git]
/
src
/
store
/
copy-dialog
/
copy-dialog.ts
1
// Copyright (C) The Arvados Authors. All rights reserved.
2
//
3
// SPDX-License-Identifier: AGPL-3.0
4
5
export interface CopyFormDialogData {
6
name: string;
7
uuid: string;
8
ownerUuid: string;
9
fromContextMenu?: boolean;
10
}