Skip to content

Commit ac9c85f

Browse files
authored
Remove unused wrapper-config sub-interface exports from public type surface (#3211)
* Initial plan * fix(types): remove unused wrapper config re-exports * docs(types): fix wrapper-config header wording --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent a43126f commit ac9c85f

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/types/wrapper-config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
* Main wrapper configuration types grouped by domain.
33
*
44
* The monolithic WrapperConfigBase has been split into domain-scoped interfaces.
5-
* This file re-exports those interfaces and composes the final WrapperConfig type.
5+
* This file imports those interfaces and composes the final WrapperConfig type.
66
*/
77

8-
export { type ContainerImageOptions } from './container-image-options';
9-
export { type NetworkOptions } from './network-options';
10-
export { type VolumeOptions } from './volume-options';
11-
export { type SecurityOptions } from './security-options';
12-
export { type ApiProxyOptions } from './api-proxy-options';
13-
export { type RateLimitOptions } from './rate-limit-options';
14-
export { type RuntimeOptions } from './runtime-options';
15-
168
import type { ContainerImageOptions } from './container-image-options';
179
import type { NetworkOptions } from './network-options';
1810
import type { VolumeOptions } from './volume-options';

0 commit comments

Comments
 (0)