(group: Top)
| 357 | } |
| 358 | |
| 359 | const optionsFromGroup = (group: Top) => ({ |
| 360 | identifier: group.identifier, |
| 361 | topLevel: group.topLevel, |
| 362 | endpoints: group.endpoints, |
| 363 | annotations: group.annotations |
| 364 | }) |
| 365 | |
| 366 | const makeProto = < |
| 367 | Id extends string, |
no outgoing calls
no test coverage detected