Skip to content

Commit 0afcfa5

Browse files
authored
chore(block): export product (#894)
1 parent 0c50515 commit 0afcfa5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * as v1alpha1 from './v1alpha1/index.gen'

packages/clients/src/api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * as Account from './account'
22
export * as AppleSilicon from './applesilicon'
33
export * as BareMetal from './baremetal'
44
export * as Billing from './billing'
5+
export * as Block from './block'
56
export * as Cockpit from './cockpit'
67
export * as Container from './container'
78
export * as DocumentDB from './document_db'

0 commit comments

Comments
 (0)