diff --git a/src/commands/onboard-custom.ts b/src/commands/onboard-custom.ts index 7432a7f834d3..341899b56dea 100644 --- a/src/commands/onboard-custom.ts +++ b/src/commands/onboard-custom.ts @@ -35,15 +35,6 @@ export { parseNonInteractiveCustomApiFlags, resolveCustomModelImageInputInference, resolveCustomProviderId, - type ApplyCustomApiConfigParams, - type CustomApiCompatibility, - type CustomApiErrorCode, - type CustomModelImageInputInference, - type CustomApiResult, - type ParseNonInteractiveCustomApiFlagsParams, - type ParsedNonInteractiveCustomApiFlags, - type ResolveCustomProviderIdParams, - type ResolvedCustomProviderId, } from "./onboard-custom-config.js"; import type { SecretInputMode } from "./onboard-types.js";