UNPKG

box-node-sdk

Version:

Official SDK for Box Platform APIs

17 lines 1.11 kB
import { HubDocumentBlockV2025R0 } from './hubDocumentBlockV2025R0.js'; import { SerializedData } from '../../serialization/json.js'; export type HubDividerBlockV2025R0TypeField = 'divider'; export declare class HubDividerBlockV2025R0 implements HubDocumentBlockV2025R0 { readonly id: string; readonly parentId?: string | null; readonly rawData?: SerializedData; /** * The type of this block. The value is always `divider`. */ readonly type: HubDividerBlockV2025R0TypeField; constructor(fields: Omit<HubDividerBlockV2025R0, 'type'> & Partial<Pick<HubDividerBlockV2025R0, 'type'>>); } export declare function serializeHubDividerBlockV2025R0TypeField(val: HubDividerBlockV2025R0TypeField): SerializedData; export declare function deserializeHubDividerBlockV2025R0TypeField(val: SerializedData): HubDividerBlockV2025R0TypeField; export declare function serializeHubDividerBlockV2025R0(val: HubDividerBlockV2025R0): SerializedData; export declare function deserializeHubDividerBlockV2025R0(val: SerializedData): HubDividerBlockV2025R0; //# sourceMappingURL=hubDividerBlockV2025R0.d.ts.map