dashboard/shell/types/userPreferences.d.ts

15 lines
349 B
TypeScript

// eslint-disable-next-line no-unused-vars
interface UserPreferences {
'after-login-route': string,
cluster: string,
'group-by': string,
'home-page-cards': string,
'last-namespace': string,
'last-visited': string,
'ns-by-cluster': string,
provisioner: string,
'read-whatsnew': string,
'seen-whatsnew': string,
theme: string,
}