(options: StandardLinkClientInterceptorOptions<T>)
| 8 | |
| 9 | export interface BatchLinkPluginGroup<T extends ClientContext> { |
| 10 | condition(options: StandardLinkClientInterceptorOptions<T>): boolean |
| 11 | context: T |
| 12 | path?: readonly string[] |
| 13 | input?: unknown |
no outgoing calls
no test coverage detected