mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-20 18:51:53 +00:00
Renamed NewServerData to ServerData, as it's used in other contexts too
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface NewServerData {
|
||||
export interface ServerData {
|
||||
name: string;
|
||||
url: string;
|
||||
apiKey: string;
|
||||
|
||||
Reference in New Issue
Block a user