Skip to content

Commit fb9e212

Browse files
committed
fix: 增加类型 ImageBlockObjectResponse 导出
1 parent 1e0df9d commit fb9e212

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ export type {
2424
ColumnBlockObjectResponse,
2525
QuoteBlockObjectResponse,
2626
CodeBlockObjectResponse,
27+
ImageBlockObjectResponse,
2728
RichTextItemResponse,
2829
} from './types';

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import type {
1919
ColumnBlockObjectResponse,
2020
QuoteBlockObjectResponse,
2121
CodeBlockObjectResponse,
22+
ImageBlockObjectResponse,
2223
RichTextItemResponse,
2324
} from '@notionhq/client/build/src/api-endpoints';
2425

@@ -70,5 +71,6 @@ export type {
7071
ColumnBlockObjectResponse,
7172
QuoteBlockObjectResponse,
7273
CodeBlockObjectResponse,
74+
ImageBlockObjectResponse,
7375
RichTextItemResponse,
7476
};

0 commit comments

Comments
 (0)