| 27 | |
| 28 | // 服务商配置类型 |
| 29 | export interface ProviderConfig { |
| 30 | active_provider: string |
| 31 | providers: Record<string, Provider> |
| 32 | } |
| 33 | |
| 34 | // 文本服务商表单类型 |
| 35 | export interface TextProviderForm { |
nothing calls this directly
no outgoing calls
no test coverage detected