| 20 | } |
| 21 | |
| 22 | export interface Event { |
| 23 | effectTime: number; |
| 24 | pathName: string; |
| 25 | effectType: EffectType; |
| 26 | pathType: PathType; |
| 27 | associatedPathName: string | null; |
| 28 | } |
| 29 | |
| 30 | interface CEvent { |
| 31 | effectTime: number; |
nothing calls this directly
no outgoing calls
no test coverage detected