import {ThumbLabel} from "./thumb-label.model"; export class Thumbnail { public slug: string = ''; public image: string = ''; public path: string = ''; public label: ThumbLabel = new ThumbLabel(); public height: number = 0; public width: number = 0; }