* Add a prefix to the procedures in this group, returning a new group
(prefix: Prefix)
| 69 | * Add a prefix to the procedures in this group, returning a new group |
| 70 | */ |
| 71 | prefix<const Prefix extends string>(prefix: Prefix): RpcGroup<Rpc.Prefixed<R, Prefix>> |
| 72 | |
| 73 | /** |
| 74 | * Implement the handlers for the procedures in this group, returning a |