UNPKG

@trophyso/node

Version:
10 lines (9 loc) 275 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as TrophyApi from ".."; export interface AchievementCompletionResponse { /** The unique ID of the completion. */ completionId: string; achievement: TrophyApi.AchievementResponse; }