export type BlockDocumentUpdateRequest = {
    data?: Record<string, unknown>;
    merge_existing_data?: boolean;
};
