Type Alias TwitchStreamerMaxAggregateInputType

TwitchStreamerMaxAggregateInputType: {
    autoPublishIfAnnouncmentChannel?: true;
    chatRoomId?: true;
    customCoolDownBeforeNextLive?: true;
    dbId?: true;
    deleteEmbeds?: true;
    guildId?: true;
    lastLive?: true;
    liveRoleId?: true;
    notificationChannelId?: true;
    pingRoleId?: true;
    sendOfflineMessage?: true;
    showNotifyButton?: true;
    streamerId?: true;
    streamerUserName?: true;
    usePerStreamerEmbeds?: true;
}