feat: download api logs web component

This commit is contained in:
Zack Spear
2023-06-01 15:26:53 -07:00
committed by Zack Spear
parent 9dec0b4346
commit 96894b7ff4
5 changed files with 45 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export enum ServerState {
ENOCONN = 'ENOCONN',
}
export interface Server {
apiKey?: string;
avatar?: string;
description?: string;
deviceCount?: number;