1/** 2 * Copyright (c) 2021 Gitpod GmbH. All rights reserved. 3 * Licensed under the GNU Affero General Public License (AGPL). 4 * See License.AGPL.txt in the project root for license information. 5 */ 6 7import * as protocol from "@gitpod/gitpod-protocol/lib/workspace-cluster"; 8 9// This interface lives in protocol due to dependency issues but is re-exported here for consistency. 10export const WorkspaceClusterDB = protocol.WorkspaceClusterDB; 11export interface WorkspaceClusterDB extends protocol.WorkspaceClusterDB {} 12 13