UNPKG

@trophyso/node

Version:
11 lines (10 loc) 447 B
import type * as TrophyApi from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const PointsTriggerEventAttributesItem: core.serialization.ObjectSchema<serializers.PointsTriggerEventAttributesItem.Raw, TrophyApi.PointsTriggerEventAttributesItem>; export declare namespace PointsTriggerEventAttributesItem { interface Raw { key: string; value: string; } }