type alias CapabilityToken
Since 0.1.0

A capability token: a lowercase kebab-case string that identifies a capability, not a concrete type.

Plugins communicate exclusively via capability tokens resolved through the service registry, which keeps them decoupled and independently replaceable.

Definition

string

Usage

import { type CapabilityToken } from "common/src/index.ts";