Directus / @directus/sdk / rest / ReadItemPermissionsOutput
Type Alias: ReadItemPermissionsOutput ​
ReadItemPermissionsOutput:
object
Defined in: rest/commands/read/permissions.ts:12
Type declaration ​
delete ​
delete:
object
delete.access ​
delete.access:
boolean
share ​
share:
object
share.access ​
share.access:
boolean
update ​
update:
object
update.access ​
update.access:
boolean
update.fields? ​
optionalupdate.fields:string[] |null
update.presets? ​
optionalupdate.presets:Record<string,any> |null