@trophyso/node
Version:
NodeJS SDK for the Trophy API
15 lines (14 loc) • 459 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 PointsRange: core.serialization.ObjectSchema<serializers.PointsRange.Raw, TrophyApi.PointsRange>;
export declare namespace PointsRange {
interface Raw {
from?: number | null;
to?: number | null;
users?: number | null;
}
}