()
| 733 | getBaseMrt: () => ManagedRuntime.ManagedRuntime<RT_ | Mix, never>, |
| 734 | clientFor_: ReturnType<typeof ApiClientFactory["makeFor"]>, |
| 735 | rtHooks: Layer.Layer<RTHooks, never, Mix>, |
| 736 | options?: MakeClientOptions |
| 737 | ) => { |
| 738 | type RT = RT_ | Mix |
no test coverage detected
searching dependent graphs…