feat: add stats interface

This commit is contained in:
SauceyRed 2025-05-07 19:38:15 +02:00
parent f17aab4a6a
commit 6aa725fb77

6
types.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
export interface GorbStats {
accounts: number,
uptime: number,
version: string,
build_number: string
}