export interface IArtboardToolboxElementVm { guid: string; tooltipText?: string; header?: string; displayName?: string; elementType?: string; elementTypeId: number; imageUrl?: string; customHtml?: string; customCss?: string; isEnabled: boolean; isActive: boolean; createdBy?: string; createdDate: Date; }