4 lines
96 B
JavaScript
4 lines
96 B
JavaScript
|
export class WatchGroup {
|
||
|
@FIELD('final dispatcher:WatchGroupDispatcher')
|
||
|
constructor() {}
|
||
|
}
|