@notion-stuff/v4-types
v6.0.0
Published
Readme
@notion-stuff/v4-types
This package is to cover the typings of @notionhq/[email protected].
Since v0.4, @notionhq/client uses generated typings for their API Responses which breaks all the Interfaces/Types downstream for community packages that depend on those Interfaces/Types. This package aims to address this issue by construct Type Aliases from @notion/client API Responses Types.
Installation
npm i --save-dev @notion-stuff/v4-typesor
yarn add --dev @notion-stuff/v4-typesFeature
- [x] Blocks
- [x] Page Properties
If you find anything missing, feel free to create an issue.
