Open jwanner83 opened 6 months ago
As i promised in this issue: https://github.com/makenotion/notion-sdk-js/issues/507.
The pull request to add the export keyword to the AnnotationResponse type. Now, the type is available to import via import { AnnotationResponse } from '@notionhq/client/build/src/api-endpoints'
export
AnnotationResponse
import { AnnotationResponse } from '@notionhq/client/build/src/api-endpoints'
All committers have signed the CLA.
As i promised in this issue: https://github.com/makenotion/notion-sdk-js/issues/507.
The pull request to add the
export
keyword to theAnnotationResponse
type. Now, the type is available to import viaimport { AnnotationResponse } from '@notionhq/client/build/src/api-endpoints'