UNPKG

@trophyso/node

Version:
18 lines (17 loc) 593 B
/** * 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 GetUserPointsResponse: core.serialization.ObjectSchema<serializers.GetUserPointsResponse.Raw, TrophyApi.GetUserPointsResponse>; export declare namespace GetUserPointsResponse { interface Raw { id: string; name: string; description?: string | null; badgeUrl?: string | null; total: number; awards: serializers.PointsAward.Raw[]; } }