TransactionState

Type Alias: TransactionState

ts
type TransactionState = "pending" | "persisting" | "completed" | "failed";
type TransactionState = "pending" | "persisting" | "completed" | "failed";

Defined in: packages/db/src/types.ts:76

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.