We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0df9d commit fb9e212Copy full SHA for fb9e212
src/index.ts
@@ -24,5 +24,6 @@ export type {
24
ColumnBlockObjectResponse,
25
QuoteBlockObjectResponse,
26
CodeBlockObjectResponse,
27
+ ImageBlockObjectResponse,
28
RichTextItemResponse,
29
} from './types';
src/types.ts
@@ -19,6 +19,7 @@ import type {
19
20
21
22
23
} from '@notionhq/client/build/src/api-endpoints';
@@ -70,5 +71,6 @@ export type {
70
71
72
73
74
75
76
};
0 commit comments