export interface WidgetModel { Id: string; Name: string; Caption: string; Lazy: boolean; PlaceHolder: string; Properties: T; Children: WidgetModel[]; }