Skip to content

Commit

Permalink
fix: properly export v4 types
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Dec 5, 2023
1 parent c7644d1 commit 12c0b77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/v3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,4 @@ export interface RoutePlannerStatusResponse {

export * from "../common";
export * from "./types/index";
export * from "./types/index";
export * from "./routes/index";
1 change: 1 addition & 0 deletions src/v4/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,6 @@ export interface WebSocketClosedEventPayload extends EventPayload {
byRemote: boolean;
}

export * from "./types";
export * from "./routes";
export * from "../common";

0 comments on commit 12c0b77

Please sign in to comment.