SkillList
Example Usage
typescript
import { SkillList } from "@meetkai/mka1/models/components";
let value: SkillList = {
data: [
{
id: "<id>",
createdAt: 865598,
defaultVersion: "<value>",
description:
"for what celebrated hence to that partially though crushing",
latestVersion: "<value>",
name: "<value>",
},
],
firstId: "<id>",
hasMore: true,
lastId: "<id>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
object | "list" | ➖ | N/A |
data | components.Skill[] | ✔️ | N/A |
firstId | string | ✔️ | N/A |
hasMore | boolean | ✔️ | N/A |
lastId | string | ✔️ | N/A |