@pwngh/economy-lab
Docs
Preparing search index...
src/ports
TableSizes
Type Alias TableSizes
Row counts of the growing secondary tables (see
Store.tableSizes
).
type
TableSizes
=
{
accruals
:
number
;
idempotency
:
number
;
movements
:
number
;
outbox
:
number
;
sagas
:
number
;
sales
:
number
;
}
Index
Properties
accruals
idempotency
movements
outbox
sagas
sales
Properties
accruals
accruals
:
number
idempotency
idempotency
:
number
movements
movements
:
number
outbox
outbox
:
number
sagas
sagas
:
number
sales
sales
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
accruals
idempotency
movements
outbox
sagas
sales
Docs
@pwngh/economy-lab
Loading...
Row counts of the growing secondary tables (see Store.tableSizes).