Skip to content
1 min read · 21 words

Type Alias: SkillTrustTier

ts
type SkillTrustTier =
  | "first-party"
  | "third-party-public"
  | "third-party-private";

Defined in: src/batteries/skills/output.ts:34

The skill trust tiers the battery threads through, shared by scripts and typed output.