import { Timeline } from '../timeline/timeline'; export interface Sequenced { startTime: number; timeline: T; }