TrackModel: {
    clips?: ClipModel[];
    markers?: MarkerModel[];
    muted: boolean;
    name: string;
    outputs: (null | string | object)[];
    trackOffset?: TrackOffset;
    type: TrackType;
    volume?: number;
}

Type declaration