Type Alias WhatnotStreamerSelect<ExtArgs>

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

Type Parameters