UNPKG

@trophyso/node

Version:
15 lines (14 loc) 553 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 UsersPointsEventSummaryResponseItem: core.serialization.ObjectSchema<serializers.UsersPointsEventSummaryResponseItem.Raw, TrophyApi.UsersPointsEventSummaryResponseItem>; export declare namespace UsersPointsEventSummaryResponseItem { interface Raw { date: string; total: number; change: number; } }