feat: add stats interface
This commit is contained in:
parent
f17aab4a6a
commit
6aa725fb77
1 changed files with 6 additions and 0 deletions
6
types.d.ts
vendored
Normal file
6
types.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface GorbStats {
|
||||
accounts: number,
|
||||
uptime: number,
|
||||
version: string,
|
||||
build_number: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue