UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

13 lines 580 B
import { SerializedData } from '../../serialization/json'; export interface UserTrackingCodeV2025R0 { /** * The ID of the user tracking code. */ readonly id?: number | null; /** * The name of the user tracking code. */ readonly name?: string | null; readonly rawData?: SerializedData; } export declare function serializeUserTrackingCodeV2025R0(val: UserTrackingCodeV2025R0): SerializedData; export declare function deserializeUserTrackingCodeV2025R0(val: SerializedData): UserTrackingCodeV2025R0; //# sourceMappingURL=userTrackingCodeV2025R0.d.ts.map