MCPcopy Create free account
hub / github.com/HisMax/RedInk / ProviderConfig

Interface ProviderConfig

frontend/src/composables/useProviderForm.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28// 服务商配置类型
29export interface ProviderConfig {
30 active_provider: string
31 providers: Record<string, Provider>
32}
33
34// 文本服务商表单类型
35export interface TextProviderForm {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected