Skip to content
1 min read · 45 words

Type Alias: SkillRef

ts
type SkillRef = DiscoveredSkill & {
  sourceId: string;
};

Defined in: src/batteries/skills/contracts.ts:26

A discovered skill plus manager-assigned provenance. This is what the battery passes around.

Type Declaration

NameTypeDefined in
sourceIdstringsrc/batteries/skills/contracts.ts:26