export interface Mix { collection: 'mix'; id: number; code: string; name: string; creator: string; param: string; jacket: number; tag: number; }