Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / SkillTrustLevel

Type Alias: SkillTrustLevel

ts
type SkillTrustLevel = "trusted" | "trusted-with-scripts" | "untrusted";

Defined in: packages/security/dist/supply-chain/types.d.ts:24

Discriminator for the trust level applied to an install request.

Stable