Skip to content

Commit bd746ea

Browse files
committed
fix(rivetkit): export InitContext (#3664)
1 parent fc9fb50 commit bd746ea

File tree

1 file changed

+2
-0
lines changed
  • rivetkit-typescript/packages/rivetkit/src/actor

1 file changed

+2
-0
lines changed

rivetkit-typescript/packages/rivetkit/src/actor/mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ export type {
7272
} from "@/common/websocket-interface";
7373
export type { ActorKey } from "@/manager/protocol/query";
7474
export type * from "./config";
75+
export type { InitContext } from "./config";
7576
export type { AnyConn, Conn } from "./conn/mod";
7677
export type { ActionContext } from "./contexts/action";
7778
export type { ActorContext } from "./contexts/actor";
79+
export type { ConnContext } from "./contexts/conn";
7880
export type { ConnInitContext } from "./contexts/conn-init";
7981
export type { CreateConnStateContext } from "./contexts/create-conn-state";
8082
export type { OnBeforeConnectContext } from "./contexts/on-before-connect";

0 commit comments

Comments
 (0)