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