Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data@repository_TenantScope.hrl
Raw

include/lightspeed@data@repository_TenantScope.hrl

-record(tenant_scope, {
actor_id :: binary(),
tenant_id :: binary(),
role :: lightspeed@data@repository:role()
}).