fix: add Owner type to server

This commit is contained in:
Alexis Tyler
2021-04-14 22:20:31 +09:30
parent 3e44777702
commit 412bea806e

View File

@@ -14,6 +14,12 @@ enum Status {
never_connected
}
type Owner {
username: String
url: String
avatar: String
}
type Server {
owner: Owner
guid: String