export interface Ghost { collection: "ghost"; songId: number; difficulty: number; ghostSize: number; ghost: string; }