Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncPendingCapacityState@sheetwrite/core

Whether the durable local queue can currently admit another transaction.

Whether the durable local queue can currently admit another transaction.

Declaration

export type SyncPendingCapacityState =
"hydrating" | "available" | "full" | "restore-error" | "destroyed";