fix js bindings

This commit is contained in:
Nikita Sivukhin
2025-11-10 17:25:10 +04:00
parent 98db727a99
commit 02275a6fa1
9 changed files with 115 additions and 45 deletions

View File

@@ -138,6 +138,14 @@ export interface DatabaseStats {
* (can be used as e-tag, but string must not be interpreted in any way and must be used as opaque value)
*/
revision: string | null;
/**
* total amount of sent bytes over the network
*/
networkSentBytes: number;
/**
* total amount of received bytes over the network
*/
networkReceivedBytes: number;
}
/* internal types used in the native/browser packages */