UNPKG

qrcode-framework

Version:

16 lines (15 loc) 353 B
import { BaseModel } from '../../core/BaseModel'; export declare class MusicView extends BaseModel { musicId: number; groupId: number; name: string; nameKey: string; key: string; author: string; duration: number; thumbUrl: string; description: string; type: number; groupName: string; toJSON(): object; }