/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as TrophyApi from"..";
export interfaceAchievementCompletionResponse {
/** The unique ID of the completion. */
completionId: string;
achievement: TrophyApi.AchievementResponse;
}