Skip to content

Commit 2f53844

Browse files
authored
fix: add missing table_block_row_header to TableBlock type
1 parent e1f03de commit 2f53844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/notion-types/src/block.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export interface TableBlock extends BaseBlock {
445445
[column: string]: { width?: number; color?: Color }
446446
}
447447
table_block_column_header: boolean
448+
table_block_row_header: boolean
448449
table_block_column_order: string[]
449450
}
450451
view_ids: ID[]

0 commit comments

Comments
 (0)