File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11export { InstanceV1UtilsAPI as API } from './api.utils'
22export * from './content.gen'
3- export * from './types.gen'
4- export * from './types.utils'
3+ export type * from './types.gen'
4+ export type * from './types.utils'
Original file line number Diff line number Diff line change 11export { K8SUtilsAPI as API } from './api.utils'
22export * from './content.gen'
3- export * from './types.gen'
4- export * from './types.utils'
3+ export type * from './types.gen'
4+ export type * from './types.utils'
55export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change 11export { LbV1UtilsAPI as API , LbZonedV1UtilsAPI as ZonedAPI } from './api.utils'
22export * from './content.gen'
3- export * from './types.gen'
4- export * from './types.utils'
3+ export type * from './types.gen'
4+ export type * from './types.utils'
You can’t perform that action at this time.
0 commit comments