Type Alias WSCurrentlyLiveSelectCreateManyAndReturn<ExtArgs>

WSCurrentlyLiveSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    channelId?: boolean;
    correct?: boolean;
    dbId?: boolean;
    messageId?: boolean;
    whatnotStreamer?: boolean | WSCurrentlyLive$whatnotStreamerArgs<ExtArgs>;
    whatnotStreamerId?: boolean;
}, ExtArgs["result"]["wSCurrentlyLive"]>

Type Parameters