File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ declare global {
1313 /** Display the state field - e.g. "Listening to Rick Astley" */
1414 State = 1 ,
1515 /** Display the details field - e.g. "Listening to Never Gonna Give You Up" */
16- Details = 2
16+ Details = 2 ,
1717 }
1818
1919 /**
@@ -426,12 +426,12 @@ declare global {
426426 event : 'reconnect'
427427 }
428428
429- type PresenceClassEvents =
430- | PresenceClassSetActivityEvent
431- | PresenceClassClearActivityEvent
432- | PresenceClassGetPresenceLetiableEvent
433- | PresenceClassGetPageVariablesEvent
434- | PresenceClassReconnectEvent
429+ type PresenceClassEvents
430+ = | PresenceClassSetActivityEvent
431+ | PresenceClassClearActivityEvent
432+ | PresenceClassGetPresenceLetiableEvent
433+ | PresenceClassGetPageVariablesEvent
434+ | PresenceClassReconnectEvent
435435
436436 type ConsoleLogType = 'log' | 'info' | 'warn' | 'error'
437437 interface ConsoleLog < T = unknown > {
You can’t perform that action at this time.
0 commit comments