Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/mod.universal.ts>ReadAuthorisation

Exploring Willow in the most efficient and sound programming language
Go to Latest
type alias ReadAuthorisation
Re-export
import { type ReadAuthorisation } from "https://deno.land/x/willow@0.2.1/mod.universal.ts";

Represents an authorisation to read an area of data in a Namespace

Type Parameters

ReadCapability
SubspaceReadCapability
definition: { capability: ReadCapability; } | { capability: ReadCapability; subspaceCapability: SubspaceReadCapability; }