mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
* Rename GranteeUser to granteeUser in Access database schema * Update changelogpull/4981/head
committed by
GitHub
7 changed files with 12 additions and 11 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 }; |
||||
|
Loading…
Reference in new issue