15803: INIT->INIT_USER, CONFIG->SET_CONFIG, remove config reducer
[arvados-workbench2.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 }