Skip to main content

Interface: StorageStats

Defined in: types/entry.types.ts:509

Storage statistics

Properties​

byType​

byType: Record<EntryType, number>

Defined in: types/entry.types.ts:511


databaseSize?​

optional databaseSize: number

Defined in: types/entry.types.ts:514


newestEntry​

newestEntry: string | null

Defined in: types/entry.types.ts:513


oldestEntry​

oldestEntry: string | null

Defined in: types/entry.types.ts:512


total​

total: number

Defined in: types/entry.types.ts:510