SkillVersion
Example Usage
typescript
import { SkillVersion } from "@meetkai/mka1/models/components";
let value: SkillVersion = {
id: "<id>",
createdAt: 972435,
description:
"coordinated nervous ouch tightly unnecessarily whose swerve what cram",
name: "<value>",
skillId: "<id>",
version: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | Unique identifier for the version |
createdAt | number | ✔️ | Unix timestamp when the version was created |
description | string | ✔️ | Description of the skill version |
name | string | ✔️ | Name of the skill version |
object | "skill.version" | ➖ | N/A |
skillId | string | ✔️ | Parent skill identifier |
version | string | ✔️ | Version number |