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