Skip to main content

Type Alias: TransactionUpdate

type TransactionUpdate = InstanceType<typeof TransactionUpdate["Transaction" | "Interrupted"]>;

An item delivered by a subscription.

A subscription recovers from a lost connection or from falling behind the server on its own, so those interruptions are delivered as updates rather than raised as errors: a caller that does not care about the gap can ignore them and keep reading.