From 087e3f56dcc8ff36b9db1d2099433eddc61d49ed Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 17 Jun 2026 12:00:23 +0800 Subject: [PATCH] refactor(commands): trim custom provider type reexports --- src/commands/onboard-custom.ts | 9 --------- 1 file changed, 9 deletions(-) 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";