Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Nov 14, 2024
1 parent 4f8e168 commit d01ac72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/ts/ts-codegen/src/_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ import { tsRefFromSchema } from "./ref";
import { RpcGenerator } from "./rpc";
import { tsServiceFromDefinition } from "./service";

export { CodegenContext } from "./common";
export { defineRpcGenerator, RpcGenerator } from "./rpc";
export * from "./common";
export * from "./rpc";

export interface TypescriptGeneratorOptions {
clientName: string;
Expand Down

0 comments on commit d01ac72

Please sign in to comment.