notion-types
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -45,3 +45,3 @@ export declare type ID = string; | ||
space_id?: ID; | ||
properties?: object; | ||
properties?: any; | ||
content?: ID[]; | ||
@@ -361,1 +361,6 @@ } | ||
} | ||
export interface APIError { | ||
errorId: string; | ||
name: string; | ||
message: string; | ||
} |
{ | ||
"name": "notion-types", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "TypeScript types for core Notion data structures.", | ||
@@ -13,3 +13,3 @@ "repository": "saasify-sh/notion", | ||
}, | ||
"gitHead": "205358d5fa55454476352cc34a95bcc1a0a93a8f" | ||
"gitHead": "48f5d736ee36c8ff1764741bf9690bfd044fa030" | ||
} |
@@ -117,3 +117,3 @@ // Base Types | ||
space_id?: ID | ||
properties?: object | ||
properties?: any | ||
content?: ID[] | ||
@@ -528,1 +528,7 @@ } | ||
} | ||
export interface APIError { | ||
errorId: string | ||
name: string | ||
message: string | ||
} |
Sorry, the diff of this file is not supported yet
160044
860