* Add a `HttpApiGroup` to the `HttpApi`.
(...groups: A)
| 64 | * Add a `HttpApiGroup` to the `HttpApi`. |
| 65 | */ |
| 66 | add<const A extends NonEmptyReadonlyArray<HttpApiGroup.Constraint>>(...groups: A): HttpApi<Id, Groups | A[number]> |
| 67 | |
| 68 | /** |
| 69 | * Adds every group from another `HttpApi` while preserving its annotation scope. |
no outgoing calls
no test coverage detected