Skip to content

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

FieldTypeRequiredDescription
object"list"N/A
datacomponents.Skill[]✔️N/A
firstIdstring✔️N/A
hasMoreboolean✔️N/A
lastIdstring✔️N/A