notion-types
Advanced tools
Comparing version 6.12.6 to 6.13.4
@@ -41,2 +41,3 @@ import { ID, Color, Decoration, Role } from './core'; | ||
format?: { | ||
block_alignment: 'center' | 'left' | 'right'; | ||
block_width: number; | ||
@@ -231,2 +232,3 @@ block_height: number; | ||
}; | ||
block_alignment: 'center' | 'left' | 'right'; | ||
block_width: number; | ||
@@ -233,0 +235,0 @@ block_height: number; |
{ | ||
"name": "notion-types", | ||
"version": "6.12.6", | ||
"version": "6.13.4", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
}, | ||
"gitHead": "6edd3574f9c6d9044b56cbb7e4bbb52e4598218e" | ||
"gitHead": "bf81f2aa75c60b785e850b363901f47b9a2cd464" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
74730
689