box-node-sdk
Version:
Official SDK for Box Platform APIs
10 lines • 911 B
TypeScript
import { HubParagraphTextBlockV2025R0 } from './hubParagraphTextBlockV2025R0.js';
import { HubSectionTitleTextBlockV2025R0 } from './hubSectionTitleTextBlockV2025R0.js';
import { HubCalloutBoxTextBlockV2025R0 } from './hubCalloutBoxTextBlockV2025R0.js';
import { HubItemListBlockV2025R0 } from './hubItemListBlockV2025R0.js';
import { HubDividerBlockV2025R0 } from './hubDividerBlockV2025R0.js';
import { SerializedData } from '../../serialization/json.js';
export type HubDocumentBlockEntryV2025R0 = HubParagraphTextBlockV2025R0 | HubSectionTitleTextBlockV2025R0 | HubCalloutBoxTextBlockV2025R0 | HubItemListBlockV2025R0 | HubDividerBlockV2025R0;
export declare function serializeHubDocumentBlockEntryV2025R0(val: any): SerializedData;
export declare function deserializeHubDocumentBlockEntryV2025R0(val: SerializedData): HubDocumentBlockEntryV2025R0;
//# sourceMappingURL=hubDocumentBlockEntryV2025R0.d.ts.map