feat(note): endDate info

This commit is contained in:
hamster1963
2024-12-02 16:08:41 +08:00
parent e780521b0b
commit 91677dfd90
3 changed files with 112 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ export interface NezhaWebsocketResponse {
export interface NezhaServer {
id: number;
name: string;
public_note: string;
last_active: string;
country_code: string;
host: NezhaServerHost;