fix(sdk-js): Expose Command interface

This commit is contained in:
bracesproul
2024-11-18 16:25:51 -08:00
parent fb40a974c8
commit d87c0d4d53
+1 -1
View File
@@ -17,4 +17,4 @@ export type {
Checkpoint,
} from "./schema.js";
export type { OnConflictBehavior } from "./types.js";
export type { OnConflictBehavior, Command } from "./types.js";