We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iframes (and some other blocks) have no title property
'2dd41fb9-8294-4d68-bf76-a4cddc789763': { role: 'reader', value: { id: '2dd41fb9-8294-4d68-bf76-a4cddc789763', version: 3, type: 'video', properties: { source: [['https://www.youtube.com/watch?v=jNQXAC9IVRw']], },
but it is not optional
vue3-notion/src/lib/types.ts
Line 57 in 1e6b447
The text was updated successfully, but these errors were encountered:
value.content should be optional too — it exists only for a title of page, and page as block
value.content
Sorry, something went wrong.
btw all type definitions are not working — see my previous issue #30
No branches or pull requests
iframes (and some other blocks) have no title property
but it is not optional
vue3-notion/src/lib/types.ts
Line 57 in 1e6b447
The text was updated successfully, but these errors were encountered: