Type Alias YoutubeStreamer$statsChannelIdsArgs<ExtArgs>

YoutubeStreamer$statsChannelIdsArgs<ExtArgs>: {
    include?: YTSStatsChannelIdInclude<ExtArgs> | null;
    omit?: YTSStatsChannelIdOmit<ExtArgs> | null;
    select?: YTSStatsChannelIdSelect<ExtArgs> | null;
    where?: YTSStatsChannelIdWhereInput;
}

YoutubeStreamer.statsChannelIds

Type Parameters

Type declaration