Moved index signature up the hierarchy of userstates

This commit is contained in:
Wpapsco
2019-03-06 22:43:37 -08:00
parent c9c0a8d405
commit ccaaedb36c
+1 -1
View File
@@ -148,13 +148,13 @@ export interface CommonUserstate {
"user-id"?: string;
"tmi-sent-ts"?: string;
flags?: string;
[paramater: string]: any;
}
export interface UserNoticeState extends CommonUserstate {
login?: string;
message?: string;
"system-msg"?: string;
[paramater: string]: any;
}
export interface CommonSubUserstate extends UserNoticeState {