From b680771fe561585bbd5e7f2d48b05b990bfd9975 Mon Sep 17 00:00:00 2001 From: Younho Choo Date: Mon, 13 Dec 2021 22:30:17 +0900 Subject: [PATCH] feat: export `@notionhq/client` types --- src/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.ts b/src/index.ts index 2d81bf4..b583d55 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';