Type Alias ClubStreamerSelect<ExtArgs>

ClubStreamerSelect<ExtArgs>: GetSelect<{
    _count?: boolean | ClubStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    autoPublishIfAnnouncmentChannel?: boolean;
    customCoolDownBeforeNextPost?: boolean;
    customMessages?: boolean | ClubStreamer$customMessagesArgs<ExtArgs>;
    dbId?: boolean;
    guildId?: boolean;
    lastPostAt?: boolean;
    lastPostId?: boolean;
    notificationChannelId?: boolean;
    pingRoleId?: boolean;
    showNotifyButton?: boolean;
    streamerUserName?: boolean;
    usePerStreamerEmbeds?: boolean;
}, ExtArgs["result"]["clubStreamer"]>

Type Parameters