@trophyso/node
Version:
NodeJS SDK for the Trophy API
14 lines (13 loc) • 564 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
import * as serializers from "..";
import * as TrophyApi from "../../api";
import * as core from "../../core";
export declare const AchievementWithStatsResponse: core.serialization.ObjectSchema<serializers.AchievementWithStatsResponse.Raw, TrophyApi.AchievementWithStatsResponse>;
export declare namespace AchievementWithStatsResponse {
interface Raw extends serializers.AchievementResponse.Raw {
completions?: number | null;
completedPercentage?: number | null;
}
}