Function: resolvePermissions()
resolvePermissions<
M
,USER
>(collection
,authController
,path
,entity
):Permissions
|undefined
Type Parameters​
• M extends Record
<string
, any
>
• USER extends User
Parameters​
• collection: EntityCollection
<M
, any
>
• authController: AuthController
<USER
>
• path: string
• entity: Entity
<M
>
Returns​
Permissions
| undefined