UNPKG

@trophyso/node

Version:
17 lines (16 loc) 550 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 LeaderboardEvent: core.serialization.ObjectSchema<serializers.LeaderboardEvent.Raw, TrophyApi.LeaderboardEvent>; export declare namespace LeaderboardEvent { interface Raw { time: string; previousRank?: number | null; rank?: number | null; previousValue?: number | null; value?: number | null; } }