export interface ProjectMutedTracksResponseModel {
    /** List of chapter IDs that have muted tracks. */
    chapterIds: string[];
}
