fix: lint

This commit is contained in:
hamster1963
2024-11-23 19:34:14 +08:00
parent 3275ea9211
commit 2e06f22a86
4 changed files with 51 additions and 33 deletions

View File

@@ -3,7 +3,6 @@ export interface NezhaAPIResponse {
servers: NezhaAPI[];
}
export interface NezhaAPI {
id: number;
name: string;