Skip to content

Commit 1654097

Browse files
committed
Add missing new attribute 'card_cover_position' to BasePageBlock to fix ts build error
1 parent 3e8b41b commit 1654097

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
@@ -153,6 +153,7 @@ export interface BasePageBlock extends BaseBlock {
153153
page_full_width?: boolean
154154
page_small_text?: boolean
155155
page_cover_position?: number
156+
card_cover_position?: number
156157
block_locked?: boolean
157158
block_locked_by?: string
158159
page_cover?: string

0 commit comments

Comments
 (0)