We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
InitContext
1 parent fc9fb50 commit bd746eaCopy full SHA for bd746ea
rivetkit-typescript/packages/rivetkit/src/actor/mod.ts
@@ -72,9 +72,11 @@ export type {
72
} from "@/common/websocket-interface";
73
export type { ActorKey } from "@/manager/protocol/query";
74
export type * from "./config";
75
+export type { InitContext } from "./config";
76
export type { AnyConn, Conn } from "./conn/mod";
77
export type { ActionContext } from "./contexts/action";
78
export type { ActorContext } from "./contexts/actor";
79
+export type { ConnContext } from "./contexts/conn";
80
export type { ConnInitContext } from "./contexts/conn-init";
81
export type { CreateConnStateContext } from "./contexts/create-conn-state";
82
export type { OnBeforeConnectContext } from "./contexts/on-before-connect";
0 commit comments