* Merge this group with one or more other groups.
(
...groups: Groups
)
| 49 | * Merge this group with one or more other groups. |
| 50 | */ |
| 51 | merge<const Groups extends ReadonlyArray<Any>>( |
| 52 | ...groups: Groups |
| 53 | ): RpcGroup<R | Rpcs<Groups[number]>> |
| 54 |
no outgoing calls