need to export it here too

This commit is contained in:
Arjun Natarajan
2025-06-02 17:27:33 -07:00
parent 70dc0323c1
commit b908e96541
+1 -1
View File
@@ -27,7 +27,7 @@ export type {
} from "./schema.js";
export { overrideFetchImplementation } from "./singletons/fetch.js";
export type { OnConflictBehavior, Command } from "./types.js";
export type { OnConflictBehavior, Command, RunsInvokePayload } from "./types.js";
export type { StreamMode } from "./types.stream.js";
export type {
ValuesStreamEvent,