Skip to content

Commit

Permalink
fix: export GitHub (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon authored Mar 8, 2022
1 parent ec99af6 commit fdd04a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fdd04a0

Please sign in to comment.