Type Alias TwitterStreamerSelect<ExtArgs>

TwitterStreamerSelect<ExtArgs>: GetSelect<{
    _count?: boolean | TwitterStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    autoPublishIfAnnouncmentChannel?: boolean;
    currentBroadcastId?: boolean;
    customCoolDownBeforeNextLive?: boolean;
    customCoolDownBeforeNextPost?: boolean;
    customMessages?: boolean | TwitterStreamer$customMessagesArgs<ExtArgs>;
    dbId?: boolean;
    deleteEmbeds?: boolean;
    guildId?: boolean;
    isCurrentlyLive?: boolean | TwitterStreamer$isCurrentlyLiveArgs<ExtArgs>;
    lastLive?: boolean;
    lastPostAt?: boolean;
    lastPostId?: boolean;
    liveNotificationChannelId?: boolean;
    liveRoleId?: boolean;
    offlineGracePeriod?: boolean;
    pingRoleId?: boolean;
    postNotificationChannelId?: boolean;
    postPingRoleId?: boolean;
    sendOfflineMessage?: boolean;
    showNotifyButton?: boolean;
    statsChannelIds?: boolean | TwitterStreamer$statsChannelIdsArgs<ExtArgs>;
    streamerId?: boolean;
    streamerUserName?: boolean;
    usePerStreamerEmbeds?: boolean;
    usersForLiveRole?: boolean;
    usersWhoHaveLiveRole?: boolean;
}, ExtArgs["result"]["twitterStreamer"]>

Type Parameters