Added server list to dashboard #72

This commit is contained in:
2022-10-17 18:12:43 +02:00
parent 1baa8cee60
commit a69c223a33
10 changed files with 190 additions and 33 deletions

View File

@@ -3,4 +3,5 @@ export interface ServerDTO {
discordId: number;
name: string;
memberCount: number;
iconURL: string | null;
}