mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-06 06:41:56 +00:00
feat(web): show Hub SQLite storage usage in Settings (#1225)
This commit is contained in:
@@ -683,3 +683,11 @@ export type SlashCommandsResponse = {
|
||||
commands?: SlashCommand[]
|
||||
error?: string
|
||||
}
|
||||
|
||||
export type SqliteStorageUsageResponse = {
|
||||
path: string
|
||||
databaseBytes: number
|
||||
walBytes: number
|
||||
shmBytes: number
|
||||
totalBytes: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user