(id: string = "*")
| 98 | } |
| 99 | |
| 100 | static team(id: string = "*") { |
| 101 | return new Channel<Team>(["teams", normalize(id)]); |
| 102 | } |
| 103 | |
| 104 | static membership(id: string = "*") { |
| 105 | return new Channel<Membership>(["memberships", normalize(id)]); |
nothing calls this directly
no test coverage detected