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 9b922e5 commit d091550Copy full SHA for d091550
packages/clients/src/api/index.ts
@@ -15,6 +15,7 @@ export * as MNQ from './mnq'
15
export * as RDB from './rdb'
16
export * as Redis from './redis'
17
export * as Registry from './registry'
18
+export * as Secret from './secret'
19
export * as Test from './test'
20
export * as TransactionalEmail from './tem'
21
export * as VPC from './vpc'
packages/clients/src/api/secret/index.ts
@@ -0,0 +1 @@
1
+export * as v1alpha1 from './v1alpha1/index.gen'
0 commit comments