diff --git a/libs/sdk/src/index.ts b/libs/sdk/src/index.ts index 85777dff2..3e8e154c5 100644 --- a/libs/sdk/src/index.ts +++ b/libs/sdk/src/index.ts @@ -58,3 +58,5 @@ export type { export type { BagTemplate } from "./types.template.js"; export type * from "./ui/stream/index.js"; + +export { StreamError } from "./ui/errors.js";