notion-types
Advanced tools
Comparing version 6.0.26 to 6.2.0
@@ -74,3 +74,3 @@ import { ID, Decoration, PropertyType, Role } from './core'; | ||
export interface PreviewImageMap { | ||
[url: string]: PreviewImage; | ||
[url: string]: PreviewImage | null; | ||
} |
{ | ||
"name": "notion-types", | ||
"version": "6.0.26", | ||
"version": "6.2.0", | ||
"type": "module", | ||
@@ -9,3 +9,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
"license": "MIT", | ||
"typings": "./build/index.d.ts", | ||
"types": "./build/index.d.ts", | ||
"sideEffects": false, | ||
@@ -18,3 +18,3 @@ "files": [ | ||
}, | ||
"gitHead": "7e449be11e8a0c4d3e42c182061865447d921890" | ||
"gitHead": "ac0f9e25b0f068a51c1184aa1b6341eb2e553788" | ||
} |
Sorry, the diff of this file is not supported yet
55226