You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The AnnotationResponse type, which is internaly used inside of any RichTextItemResponses isn't correctly exposed / usable as type. This would be easaly fixable with one word export.
The reason why this type should be exported is, because it helps when developing a ui element which displays the rich text response.
To Reproduce
Node version: 21.7.3
Notion JS library version: 2.2.15
I will create a pull request to fix this problem. Thats why I didn't add steps to reproduce.
The text was updated successfully, but these errors were encountered:
jwanner83
added a commit
to jwanner83/notion-sdk-js
that referenced
this issue
May 4, 2024
Describe the bug
The AnnotationResponse type, which is internaly used inside of any RichTextItemResponses isn't correctly exposed / usable as type. This would be easaly fixable with one word
export
.The reason why this type should be exported is, because it helps when developing a ui element which displays the rich text response.
To Reproduce
Node version: 21.7.3
Notion JS library version: 2.2.15
I will create a pull request to fix this problem. Thats why I didn't add steps to reproduce.
The text was updated successfully, but these errors were encountered: