notion-types
Advanced tools
Comparing version 4.7.9 to 4.7.10
@@ -78,2 +78,10 @@ import { ID, PropertyID, PropertyType } from './core'; | ||
}>; | ||
board_columns: Array<{ | ||
property: PropertyID; | ||
hidden: boolean; | ||
value: { | ||
type: PropertyType; | ||
value: string; | ||
}; | ||
}>; | ||
}; | ||
@@ -80,0 +88,0 @@ } |
@@ -78,2 +78,10 @@ import { ID, PropertyID, PropertyType } from './core'; | ||
}>; | ||
board_columns: Array<{ | ||
property: PropertyID; | ||
hidden: boolean; | ||
value: { | ||
type: PropertyType; | ||
value: string; | ||
}; | ||
}>; | ||
}; | ||
@@ -80,0 +88,0 @@ } |
{ | ||
"name": "notion-types", | ||
"version": "4.7.9", | ||
"version": "4.7.10", | ||
"description": "TypeScript types for core Notion data structures.", | ||
@@ -15,3 +15,3 @@ "repository": "NotionX/react-notion-x", | ||
}, | ||
"gitHead": "305c2d788a8bf7aa4adc23674d24d4f2e19bdb57" | ||
"gitHead": "40c2ff364a5697c328f0c4ec11a955a55ced3fba" | ||
} |
@@ -106,2 +106,13 @@ import { ID, PropertyID, PropertyType } from './core' | ||
}> | ||
board_columns: Array<{ | ||
property: PropertyID | ||
hidden: boolean | ||
value: { | ||
type: PropertyType | ||
value: string | ||
// TODO: needs testing for more cases | ||
} | ||
}> | ||
} | ||
@@ -108,0 +119,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
496032
2096