* Add a `HttpApiGroup` to the `HttpApi`.
(group: A)
| 61 | * Add a `HttpApiGroup` to the `HttpApi`. |
| 62 | */ |
| 63 | add<A extends HttpApiGroup.HttpApiGroup.Any>(group: A): HttpApi<Id, Groups | A, E, R> |
| 64 | /** |
| 65 | * Add another `HttpApi` to the `HttpApi`. |
| 66 | */ |
no outgoing calls
no test coverage detected