* Add another `HttpApi` to the `HttpApi`.
(
api: HttpApi<Id2, Groups2, E2, R2>
)
| 65 | * Add another `HttpApi` to the `HttpApi`. |
| 66 | */ |
| 67 | addHttpApi<Id2 extends string, Groups2 extends HttpApiGroup.HttpApiGroup.Any, E2, R2>( |
| 68 | api: HttpApi<Id2, Groups2, E2, R2> |
| 69 | ): HttpApi< |
| 70 | Id, |
no outgoing calls
no test coverage detected