export interface IArtboardVm { viewBoxHeight?: string; viewBoxWidth?: string; viewBoxY?: string; viewBoxX?: string; viewBoxData?: string; guid: string; createdBy?: string; created: Date; artboardOwnerGuid: string; meshEnabled: boolean; dragEnabled: boolean; showToolbox: boolean; controlButtonsVisible: boolean; backgroundImageUrl?: string; backgroundImageZoom: number; backgroundImagePositionX: number; backgroundImagePositionY: number; zoom: number; isActive: boolean; artboardName?: string; artboardType: number; }