UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

11 lines (10 loc) 575 B
import { HubItemOperationV2025R0 } from './hubItemOperationV2025R0'; import { SerializedData } from '../../serialization/json'; export interface HubItemsManageRequestV2025R0 { /** * List of operations to perform on Box Hub items. */ readonly operations?: readonly HubItemOperationV2025R0[]; readonly rawData?: SerializedData; } export declare function serializeHubItemsManageRequestV2025R0(val: HubItemsManageRequestV2025R0): SerializedData; export declare function deserializeHubItemsManageRequestV2025R0(val: SerializedData): HubItemsManageRequestV2025R0;