RestData
1type RestData<T, K>: object;The rest of data which builds up the MessageData.
Type parameters
| Type parameter | Value |
|---|---|
T extends EventSubConnection | - |
K extends OptionsRecord | object |
Type declaration
| Member | Type |
|---|---|
commandName | string |
options | CommandOptionsAux<T, K> |
prefix | string |