Skip to content

RestData

1
type RestData<T, K>: object;

The rest of data which builds up the MessageData.

Type parameters

Type parameterValue
T extends EventSubConnection-
K extends OptionsRecordobject

Type declaration

MemberType
commandNamestring
optionsCommandOptionsAux<T, K>
prefixstring

Source

twitchfy/packages/chatbot/src/types/MessageData.ts:23