mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-05 13:10:09 +00:00
feat: dashboard link
This commit is contained in:
@@ -58,3 +58,14 @@ export interface ServerGroup {
|
||||
};
|
||||
servers: number[];
|
||||
}
|
||||
|
||||
export interface LoginUserResponse {
|
||||
success: boolean;
|
||||
data: {
|
||||
id: number;
|
||||
username: string;
|
||||
password: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user