Type Alias ClubStreamerSelectCreateManyAndReturn<ExtArgs>

ClubStreamerSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    autoPublishIfAnnouncmentChannel?: boolean;
    customCoolDownBeforeNextPost?: boolean;
    dbId?: boolean;
    guildId?: boolean;
    lastPostAt?: boolean;
    lastPostId?: boolean;
    notificationChannelId?: boolean;
    pingRoleId?: boolean;
    showNotifyButton?: boolean;
    streamerUserName?: boolean;
    usePerStreamerEmbeds?: boolean;
}, ExtArgs["result"]["clubStreamer"]>

Type Parameters