export interface WidgetViewModel {
    widgets?: ko.ObservableArray<WidgetViewModel>;
}