Type Alias TwitchStreamerSelectCreateManyAndReturn<ExtArgs>

TwitchStreamerSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    autoPublishIfAnnouncmentChannel?: boolean;
    chatRoomId?: boolean;
    customCoolDownBeforeNextLive?: boolean;
    dbId?: boolean;
    deleteEmbeds?: boolean;
    guildId?: boolean;
    lastLive?: boolean;
    liveRoleId?: boolean;
    notificationChannelId?: boolean;
    pingRoleId?: boolean;
    sendOfflineMessage?: boolean;
    showNotifyButton?: boolean;
    streamerId?: boolean;
    streamerUserName?: boolean;
    usePerStreamerEmbeds?: boolean;
    usersForLiveRole?: boolean;
    usersWhoHaveLiveRole?: boolean;
}, ExtArgs["result"]["twitchStreamer"]>

Type Parameters