type ChannelKeyAssert<Key extends string> =
Key extends FrameworkChannel
? `'${Key}' is a channel the framework logs on. Pick another plugin key.`
: Key;Key
Key extends stringtype ChannelKeyAssert<Key extends string> =
Key extends FrameworkChannel
? `'${Key}' is a channel the framework logs on. Pick another plugin key.`
: Key;Key extends string