mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Moved index signature up the hierarchy of userstates
This commit is contained in:
Vendored
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user