Skip to content

Commit

Permalink
feat: export @notionhq/client types
Browse files Browse the repository at this point in the history
  • Loading branch information
younho9 committed Dec 13, 2021
1 parent 2cbc57a commit b680771
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,10 @@ export class NarkdownClient extends NotionClient {
},
};
}

export * from '@notionhq/client/build/src/api-endpoints';
export * from '@notionhq/client/build/src/Client';
export * from '@notionhq/client/build/src/errors';
export * from '@notionhq/client/build/src/fetch-types';
export * from '@notionhq/client';
export * from '@notionhq/client/build/src/type-utils';

0 comments on commit b680771

Please sign in to comment.