UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

13 lines 628 B
import { SerializedData } from '../../serialization/json.js'; export interface HubDocumentBlockV2025R0 { /** * The unique identifier for this block. */ readonly id: string; /** * The unique identifier of the parent block. Null for direct children of the page. */ readonly parentId?: string | null; readonly rawData?: SerializedData; } export declare function serializeHubDocumentBlockV2025R0(val: HubDocumentBlockV2025R0): SerializedData; export declare function deserializeHubDocumentBlockV2025R0(val: SerializedData): HubDocumentBlockV2025R0; //# sourceMappingURL=hubDocumentBlockV2025R0.d.ts.map