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 0c50515 commit 0afcfa5Copy full SHA for 0afcfa5
packages/clients/src/api/block/index.ts
@@ -0,0 +1 @@
1
+export * as v1alpha1 from './v1alpha1/index.gen'
packages/clients/src/api/index.ts
@@ -2,6 +2,7 @@ export * as Account from './account'
2
export * as AppleSilicon from './applesilicon'
3
export * as BareMetal from './baremetal'
4
export * as Billing from './billing'
5
+export * as Block from './block'
6
export * as Cockpit from './cockpit'
7
export * as Container from './container'
8
export * as DocumentDB from './document_db'
0 commit comments