refactor(commands): trim custom provider type reexports

This commit is contained in:
Vincent Koc
2026-06-17 12:00:23 +08:00
parent 3f25c578c1
commit 087e3f56dc
-9
View File
@@ -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";