File size: 76 Bytes
f23825d
 
 
1
2
3
4
export interface ITrackMute {
  shouldPlayTrack(trackId: number): boolean
}