UNPKG

@trophyso/node

Version:
16 lines (15 loc) 365 B
import type * as TrophyApi from "../../../../index"; /** * @example * { * user: { * email: "user@example.com", * tz: "Europe/London", * id: "user-id" * } * } */ export interface AchievementsCompleteRequest { /** The user that completed the achievement. */ user: TrophyApi.UpsertedUser; }