box-typescript-sdk-gen
Version:
Official Box TypeScript Generated SDK
5 lines • 386 B
TypeScript
import { SerializedData } from '../serialization/json.js';
export type MetadataInstanceValue = string | number | number | readonly string[];
export declare function serializeMetadataInstanceValue(val: any): SerializedData;
export declare function deserializeMetadataInstanceValue(val: SerializedData): MetadataInstanceValue;
//# sourceMappingURL=metadataInstanceValue.generated.d.ts.map