fix: typings not matching reality
This commit is contained in:
parent
78548a2ebe
commit
4d7b3b543b
@ -33,9 +33,9 @@ interface IConfig {
|
||||
httpPort?: number;
|
||||
httpsPort?: number;
|
||||
myIrcAddresses?: string[];
|
||||
platformCDNs: string[];
|
||||
hubAddress: string;
|
||||
NRS: string[];
|
||||
platformCDNs?: string[];
|
||||
hubAddress?: string;
|
||||
NRS?: string[];
|
||||
administratorNames?: string[] | string;
|
||||
autoCreateAccount?: boolean;
|
||||
skipTutorial?: boolean;
|
||||
|
@ -39,11 +39,11 @@ export interface ILoginResponse extends IAccountAndLoginResponseCommons {
|
||||
Groups: IGroup[];
|
||||
BuildLabel: string;
|
||||
MatchmakingBuildId: string;
|
||||
platformCDNs: string[];
|
||||
NRS: string[];
|
||||
platformCDNs?: string[];
|
||||
NRS?: string[];
|
||||
DTLS: number;
|
||||
IRC: string[];
|
||||
HUB: string;
|
||||
HUB?: string;
|
||||
}
|
||||
|
||||
export interface IGroup {
|
||||
|
Loading…
x
Reference in New Issue
Block a user