StatChannelPlatform:
    | "kick"
    | "twitch"
    | "youtube"
    | "tiktok"
    | "rumble"
    | "whatnot"
    | "twitter"

Platforms whose streamer model carries a stat channel.

HAND-COPIED from STAT_PLATFORMS in Noti-v3's src/modules/statChannels.ts, which is itself checked against the Prisma schema by a guard there. Nothing links this copy to that one, so diff both when either changes - a platform missing here is one the dashboard cannot configure.