type typeSupportData = {
    mp4: boolean
    mpeg: boolean
    mp3: boolean
}

export default typeSupportData;
