UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

16 lines 947 B
import { SerializedData } from '../../serialization/json'; export type EnterpriseReferenceV2025R0TypeField = 'enterprise'; export interface EnterpriseReferenceV2025R0 { /** * The unique identifier for this enterprise. */ readonly id?: string; /** * The value will always be `enterprise`. */ readonly type?: EnterpriseReferenceV2025R0TypeField; readonly rawData?: SerializedData; } export declare function serializeEnterpriseReferenceV2025R0TypeField(val: EnterpriseReferenceV2025R0TypeField): SerializedData; export declare function deserializeEnterpriseReferenceV2025R0TypeField(val: SerializedData): EnterpriseReferenceV2025R0TypeField; export declare function serializeEnterpriseReferenceV2025R0(val: EnterpriseReferenceV2025R0): SerializedData; export declare function deserializeEnterpriseReferenceV2025R0(val: SerializedData): EnterpriseReferenceV2025R0; //# sourceMappingURL=enterpriseReferenceV2025R0.d.ts.map