// Copyright (C) The Arvados Authors. All rights reserved. // // SPDX-License-Identifier: AGPL-3.0 // import { default as unionize, ofType, UnionOf } from "unionize"; // const actions = unionize({ // OPEN_CONTEXT_MENU: ofType<{position: {x: number, y: number}}>() // }, { // tag: 'type', // value: 'payload' // }); // export type ContextMenuAction = UnionOf; // export default actions;