|
@ -4,7 +4,7 @@ import { Account, Settings, User } from '@prisma/client'; |
|
|
|
|
|
|
|
|
import { UserSettings } from '../interfaces/user-settings.interface'; |
|
|
import { UserSettings } from '../interfaces/user-settings.interface'; |
|
|
|
|
|
|
|
|
// TODO: Compare with User type
|
|
|
// TODO: Compare with User interface
|
|
|
export type UserWithSettings = User & { |
|
|
export type UserWithSettings = User & { |
|
|
Account: Account[]; |
|
|
Account: Account[]; |
|
|
activityCount: number; |
|
|
activityCount: number; |
|
|