import { getFileName, getFileType } from "../utils/helpers"; export type AudioElement = HTMLAudioElement & { key: number; mute?: boolean; tmpVolume?: number; elements?: { [key: string]: HTMLElement; }; }; type Meta = { url: string; fileType: string; fileName: string; title: string; artist: string | false; }; // Return an array of all the