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