| 140 | * Generic parameters match VideoAdapter - all pre-resolved by the provider function. |
| 141 | */ |
| 142 | export abstract class BaseVideoAdapter< |
| 143 | TModel extends string = string, |
| 144 | TProviderOptions extends object = Record<string, unknown>, |
| 145 | TModelProviderOptionsByName extends Record<string, any> = Record<string, any>, |
nothing calls this directly
no outgoing calls
no test coverage detected