Type Alias TwitchStreamer$statsChannelIdsArgs<ExtArgs>

TwitchStreamer$statsChannelIdsArgs<ExtArgs>: {
    include?: TSStatsChannelIdInclude<ExtArgs> | null;
    omit?: TSStatsChannelIdOmit<ExtArgs> | null;
    select?: TSStatsChannelIdSelect<ExtArgs> | null;
    where?: TSStatsChannelIdWhereInput;
}

TwitchStreamer.statsChannelIds

Type Parameters

Type declaration