chore: rename error interface (#2139)

* chore: rename error interface
* chore: adjust sdk import paths
* chore: remove unused import
This commit is contained in:
bjoern-m
2025-04-28 17:33:00 +02:00
committed by GitHub
parent f3ec9b8264
commit 6c76f11c4b
33 changed files with 48 additions and 63 deletions

View File

@ -107,7 +107,7 @@ export type { CookieSameSite };
// Flow
export * from "./lib/flow-api/State";
export * from "./lib/flow-api/types/flow";
export * from "./lib/flow-api/types/error";
export * from "./lib/flow-api/types/flowError";
export * from "./lib/flow-api/types/payload";
export * from "./lib/flow-api/types/state";
export * from "./lib/flow-api/types/input";