UNPKG

@trophyso/node

Version:
14 lines (13 loc) 496 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 { total?: number | null; awards?: serializers.PointsAward.Raw[] | null; } }