Skip to content

Commit

Permalink
Add missing new attribute 'card_cover_position' to BasePageBlock to f…
Browse files Browse the repository at this point in the history
…ix ts build error
  • Loading branch information
onnimonni committed Oct 30, 2024
1 parent 3e8b41b commit 1654097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/notion-types/src/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export interface BasePageBlock extends BaseBlock {
page_full_width?: boolean
page_small_text?: boolean
page_cover_position?: number
card_cover_position?: number
block_locked?: boolean
block_locked_by?: string
page_cover?: string
Expand Down

0 comments on commit 1654097

Please sign in to comment.