Skip to main content

createSkillProperties

Function
This function is defined in the skills module.

Signature

def createSkillProperties(partial: Partial<SkillProperties> & { name: string; description: string }) -> SkillProperties

Returns

Returns
SkillProperties
The result of the operation.

Source

View on GitHub

src/skills/index.ts at line 269