Feature/rename GranteeUser to granteeUser in Access database schema (#4979)
* Rename GranteeUser to granteeUser in Access database schema * Update changelogpull/4981/head
parent
14b213c571
commit
d5d74eb4db
@ -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