/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };