We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077ee27 commit 42cbc5bCopy full SHA for 42cbc5b
components/public-api/typescript/package.json
@@ -2,6 +2,8 @@
2
"name": "@gitpod/public-api",
3
"version": "0.1.5",
4
"license": "UNLICENSED",
5
+ "main": "./lib/index.js",
6
+ "types": "./lib/index.d.ts",
7
"files": [
8
"lib"
9
],
components/public-api/typescript/src/gitpod/experimental/v1/index.ts
@@ -0,0 +1,9 @@
1
+/**
+ * Copyright (c) 2022 Gitpod GmbH. All rights reserved.
+ * Licensed under the GNU Affero General Public License (AGPL).
+ * See License-AGPL.txt in the project root for license information.
+ */
+
+export * from "./pagination_pb";
+export * from "./workspaces_pb";
+export * from "./workspaces_connectweb";
0 commit comments