Type Alias TSCurrentlyLiveSelect<ExtArgs>

TSCurrentlyLiveSelect<ExtArgs>: GetSelect<{
    channelId?: boolean;
    correct?: boolean;
    dbId?: boolean;
    messageId?: boolean;
    twitchStreamer?: boolean | TSCurrentlyLive$twitchStreamerArgs<ExtArgs>;
    twitchStreamerId?: boolean;
}, ExtArgs["result"]["tSCurrentlyLive"]>

Type Parameters