Skip to content

[T] PermissionKind

type PermissionKind = "fs-read" | "fs-write" | "network" | "env" | "exec";

The categories of system capability that can be requested/granted.