refactor: server StoredServer interface

This commit is contained in:
Tristan Yang
2022-06-27 09:24:29 +08:00
parent 212284cd9b
commit 4618afc2ed
3 changed files with 7 additions and 13 deletions
-3
View File
@@ -3,9 +3,6 @@ export interface Server {
name: string;
description: string;
}
export interface StoredServer extends Server {
logo: string;
}
export interface GithubAuthConfig {
client_id: string;
client_secret: string;