import { Disturbance } from '@metromobilite/m-features/dyn'; export interface ExtendedDisturbance extends Disturbance { computed?: any; }