mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
7 changed files with 18 additions and 14 deletions
@ -1,8 +1,8 @@ |
|||||
import { AdminUsers } from '@ghostfolio/common/interfaces'; |
import { AdminUsersResponse } from '@ghostfolio/common/interfaces'; |
||||
|
|
||||
export interface UserDetailDialogParams { |
export interface UserDetailDialogParams { |
||||
deviceType: string; |
deviceType: string; |
||||
hasPermissionForSubscription: boolean; |
hasPermissionForSubscription: boolean; |
||||
locale: string; |
locale: string; |
||||
userData: AdminUsers['users'][0]; |
userData: AdminUsersResponse['users'][0]; |
||||
} |
} |
||||
|
|||||
@ -1,6 +1,6 @@ |
|||||
import { Role } from '@prisma/client'; |
import { Role } from '@prisma/client'; |
||||
|
|
||||
export interface AdminUsers { |
export interface AdminUsersResponse { |
||||
count: number; |
count: number; |
||||
users: { |
users: { |
||||
accountCount: number; |
accountCount: number; |
||||
Loading…
Reference in new issue