We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console
1 parent cb0ad21 commit fbc75f3Copy full SHA for fbc75f3
src/lib/stores/user.ts
@@ -7,7 +7,7 @@ import type { NotificationPrefItem } from '$lib/helpers/notifications';
7
export type Account = Models.User<
8
{
9
organization?: string;
10
- console: Record<string, Models.Preferences>;
+ console: Models.Preferences;
11
notificationPrefs: Record<string, NotificationPrefItem>;
12
} & Record<string, string>
13
>;
0 commit comments