yeah, as <@247824634320257025> said. another optio...
# spicedb
j
yeah, as @yetitwo said. another option is to define a "meta" permission and just link it to the type itself like so:
Copy code
definition resourcetype {
  relation viewer: user
  permission view_all = viewer
}
then
Copy code
resourcetype:document#view_all@user:tom