Renamed NewServerData to ServerData, as it's used in other contexts too

This commit is contained in:
Alejandro Celaya
2020-08-23 10:52:37 +02:00
parent 1b7e1e2b5b
commit 294888454d
5 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
export interface NewServerData {
export interface ServerData {
name: string;
url: string;
apiKey: string;