@trophyso/node
Version:
NodeJS SDK for the Trophy API
18 lines (17 loc) • 595 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 UpdatedUser: core.serialization.ObjectSchema<serializers.UpdatedUser.Raw, TrophyApi.UpdatedUser>;
export declare namespace UpdatedUser {
interface Raw {
email?: string | null;
name?: string | null;
tz?: string | null;
deviceTokens?: string[] | null;
subscribeToEmails?: boolean | null;
attributes?: Record<string, string> | null;
}
}