1type ShardMessages:2 | WebhookShardStart3 | SubscriptionNotification4 | WebSocketShardStart5 | Debug6 | Warn7 | WebhookCallbackVerified;
The message types that can be received by the parent process from a shard.
twitchfy/packages/eventsub/src/types/ShardMessages.ts:7