From ccaaedb36c7db966284ebdefe20e4a7556dcc5dd Mon Sep 17 00:00:00 2001 From: Wpapsco Date: Wed, 6 Mar 2019 22:43:37 -0800 Subject: [PATCH] Moved index signature up the hierarchy of userstates --- types/tmi.js/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tmi.js/index.d.ts b/types/tmi.js/index.d.ts index cfbd9500ca..0363842148 100644 --- a/types/tmi.js/index.d.ts +++ b/types/tmi.js/index.d.ts @@ -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 {