@trophyso/node
Version:
NodeJS SDK for the Trophy API
9 lines (8 loc) • 487 B
TypeScript
import type * as TrophyApi from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
import { CreatePointsTriggerRequestItem } from "./CreatePointsTriggerRequestItem";
export declare const CreatePointsTriggersRequest: core.serialization.Schema<serializers.CreatePointsTriggersRequest.Raw, TrophyApi.CreatePointsTriggersRequest>;
export declare namespace CreatePointsTriggersRequest {
type Raw = CreatePointsTriggerRequestItem.Raw[];
}