Skip to content

Commit 876ee11

Browse files
Merge pull request #533 from ahonn/master
2 parents dc97691 + 2f53844 commit 876ee11

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
@@ -446,6 +446,7 @@ export interface TableBlock extends BaseBlock {
446446
[column: string]: { width?: number; color?: Color }
447447
}
448448
table_block_column_header: boolean
449+
table_block_row_header: boolean
449450
table_block_column_order: string[]
450451
}
451452
view_ids: ID[]

0 commit comments

Comments
 (0)