interface UserSettings {
    dashboardConfig: any[];
    viewSettings: any[];
}

Properties

dashboardConfig: any[]
viewSettings: any[]