UNPKG

qrcode-framework

Version:

11 lines (10 loc) 239 B
import { BaseModel } from '../../core/BaseModel'; export declare class PictureR extends BaseModel { id: number; thumbUrl: string; url: string; rule: object; createdAt: Date; updatedAt: Date; deleted: boolean; }