UNPKG

@trophyso/node

Version:
16 lines (15 loc) 503 B
/** * 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; subscribeToEmails?: boolean | null; } }