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