Skip to content

Commit 42b1c6e

Browse files
Merge pull request #276 from nabettu/types/miro
add type miro
2 parents bd55e14 + b03efd3 commit 42b1c6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/notion-types/src/block.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export type BlockType =
4242
| 'table_row'
4343
| 'external_object_instance'
4444
| 'breadcrumb'
45+
| 'miro'
4546
// fallback for unknown blocks
4647
| string
4748

@@ -318,6 +319,10 @@ export interface AudioBlock extends BaseContentBlock {
318319
type: 'audio'
319320
}
320321

322+
export interface MiroBlock extends BaseContentBlock {
323+
type: 'miro'
324+
}
325+
321326
export interface FileBlock extends BaseBlock {
322327
type: 'file'
323328
properties: {

0 commit comments

Comments
 (0)