UNPKG

@trophyso/node

Version:
9 lines (8 loc) 297 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as TrophyApi from ".."; export interface CompletedAchievementResponse extends TrophyApi.AchievementResponse { /** The date and time the achievement was completed, in ISO 8601 format. */ achievedAt?: Date; }