export default interface IMuseItem { title: string; artist: string; cover: string; src: string | null; lyric: string; translation: string; }