From ebd4381d7bc0529cebcdf57fd029c43c8a566783 Mon Sep 17 00:00:00 2001 From: Himenon Date: Tue, 8 Mar 2022 16:32:51 +0900 Subject: [PATCH] fix: export GitHub --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index deac4f2..3e1582d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import * as ApiClientImpl from "./ApiClientImpl"; import { Client, Schemas } from "./api"; export * from "./types"; -export { Schemas }; +export { Schemas, GitHub, Client }; export interface InitializeParameter { owner: string;