You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unused exported interfaces from services and pid-tracker (#2715)
- Remove export from NetTcpEntry in src/pid-tracker.ts (internal only)
- Remove export from AgentServiceParams, IptablesInitServiceParams in
src/services/agent-service.ts
- Remove export from AgentVolumesParams in src/services/agent-volumes.ts
- Remove export from AgentEnvironmentParams in src/services/agent-environment.ts
- Remove re-exports of *Params types from agent-service barrel
These interfaces are only used within their own modules and were
unnecessarily polluting the public API surface.
Closes#2694, closes#2695
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments