Type Alias TwitchStreamerSelect<ExtArgs>

TwitchStreamerSelect<ExtArgs>: GetSelect<{
    _count?: boolean | TwitchStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    autoPublishIfAnnouncmentChannel?: boolean;
    chatRoomId?: boolean;
    customCoolDownBeforeNextLive?: boolean;
    customMessages?: boolean | TwitchStreamer$customMessagesArgs<ExtArgs>;
    dbId?: boolean;
    deleteEmbeds?: boolean;
    guildId?: boolean;
    isCurrentlyLive?: boolean | TwitchStreamer$isCurrentlyLiveArgs<ExtArgs>;
    lastLive?: boolean;
    liveRoleId?: boolean;
    notificationChannelId?: boolean;
    pingRoleId?: boolean;
    sendOfflineMessage?: boolean;
    showNotifyButton?: boolean;
    statsChannelIds?: boolean | TwitchStreamer$statsChannelIdsArgs<ExtArgs>;
    streamerId?: boolean;
    streamerUserName?: boolean;
    usePerStreamerEmbeds?: boolean;
    usersForLiveRole?: boolean;
    usersWhoHaveLiveRole?: boolean;
}, ExtArgs["result"]["twitchStreamer"]>

Type Parameters