@trophyso/node
Version:
NodeJS SDK for the Trophy API
15 lines (14 loc) • 553 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 UsersPointsEventSummaryResponseItem: core.serialization.ObjectSchema<serializers.UsersPointsEventSummaryResponseItem.Raw, TrophyApi.UsersPointsEventSummaryResponseItem>;
export declare namespace UsersPointsEventSummaryResponseItem {
interface Raw {
date: string;
total: number;
change: number;
}
}