export interface IDesignerPart { id: string; templateName: string; model: any; viewModel?: any; }