Type Alias RumbleStreamerSelect<ExtArgs>

RumbleStreamerSelect<ExtArgs>: GetSelect<{
    _count?: boolean | RumbleStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    autoPublishIfAnnouncmentChannel?: boolean;
    customCoolDownBeforeNextLive?: boolean;
    customMessages?: boolean | RumbleStreamer$customMessagesArgs<ExtArgs>;
    dbId?: boolean;
    deleteEmbeds?: boolean;
    guildId?: boolean;
    isCurrentlyLive?: boolean | RumbleStreamer$isCurrentlyLiveArgs<ExtArgs>;
    lastLive?: boolean;
    liveRoleId?: boolean;
    notificationChannelId?: boolean;
    pingRoleId?: boolean;
    sendOfflineMessage?: boolean;
    showNotifyButton?: boolean;
    statsChannelIds?: boolean | RumbleStreamer$statsChannelIdsArgs<ExtArgs>;
    streamerUserName?: boolean;
    type?: boolean;
    usePerStreamerEmbeds?: boolean;
    usersForLiveRole?: boolean;
    usersWhoHaveLiveRole?: boolean;
}, ExtArgs["result"]["rumbleStreamer"]>

Type Parameters