notion-types
Advanced tools
Comparing version 4.3.0 to 4.6.4
@@ -217,2 +217,3 @@ import { ID, Color, Decoration, Role } from './core'; | ||
language: Decoration[]; | ||
caption: Decoration[]; | ||
}; | ||
@@ -219,0 +220,0 @@ } |
@@ -217,2 +217,3 @@ import { ID, Color, Decoration, Role } from './core'; | ||
language: Decoration[]; | ||
caption: Decoration[]; | ||
}; | ||
@@ -219,0 +220,0 @@ } |
{ | ||
"name": "notion-types", | ||
"version": "4.3.0", | ||
"version": "4.6.4", | ||
"description": "TypeScript types for core Notion data structures.", | ||
@@ -15,3 +15,3 @@ "repository": "NotionX/react-notion-x", | ||
}, | ||
"gitHead": "78f5463da574ecc4b2c1137b4a7e95b5ced6ceb6" | ||
"gitHead": "d1059926a4cea513286de05dae6a3dc7eff9ce30" | ||
} |
@@ -319,3 +319,4 @@ import { ID, Color, Decoration, Role } from './core' | ||
title: Decoration[] | ||
language: Decoration[] | ||
language: Decoration[], | ||
caption: Decoration[] | ||
} | ||
@@ -322,0 +323,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
493213
1998