Skip to content

Commit 43e77cc

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fix-prettier-issues-from-card-cover-position
* upstream/master: Add missing new attribute 'card_cover_position' to BasePageBlock to fix ts build error
2 parents 03b5144 + 40e9a6f commit 43e77cc

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)