Type Alias TiktokStreamerCountAggregateInputType

TiktokStreamerCountAggregateInputType: {
    _all?: true;
    autoPublishIfAnnouncmentChannel?: true;
    customCoolDownBeforeNextLive?: true;
    dbId?: true;
    deleteEmbeds?: true;
    guildId?: true;
    lastLive?: true;
    lastVideo?: true;
    liveNotificationChannelId?: true;
    liveRoleId?: true;
    pingRoleId?: true;
    sendOfflineMessage?: true;
    showNotifyButton?: true;
    streamerUserName?: true;
    usePerStreamerEmbeds?: true;
    usersForLiveRole?: true;
    usersWhoHaveLiveRole?: true;
    videoNotificationChannelId?: true;
}