export type SkillThreshold = { /** * The name of the threshold e.g Beginner. */ name: string; /** * The threshold for the skill. */ threshold: number; /** * The platform key */ platform: string; };