mirror of https://github.com/ghostfolio/ghostfolio
2 changed files with 2 additions and 2 deletions
@ -1,3 +1,3 @@ |
|||||
import { Access, User } from '@prisma/client'; |
import { Access, User } from '@prisma/client'; |
||||
|
|
||||
export type AccessWithGranteeUser = Access & { granteeUser?: User }; |
export type AccessWithGranteeUser = Access & { granteeUser?: User | null }; |
||||
|
|||||
Loading…
Reference in new issue