Skip to content

ShardMessages

1
type ShardMessages:
2
| WebhookShardStart
3
| SubscriptionNotification
4
| WebSocketShardStart
5
| Debug
6
| Warn
7
| WebhookCallbackVerified;

The message types that can be received by the parent process from a shard.

Source

twitchfy/packages/eventsub/src/types/ShardMessages.ts:7