Feature/add restricted view (#295)
* Add restricted view * Update changelog
This commit is contained in:
@@ -2,6 +2,7 @@ import { Currency, ViewMode } from '@prisma/client';
|
||||
|
||||
export interface UserSettings {
|
||||
baseCurrency?: Currency;
|
||||
isRestrictedView?: boolean;
|
||||
locale: string;
|
||||
viewMode?: ViewMode;
|
||||
}
|
||||
|
Reference in New Issue
Block a user