Type Alias KickStreamer$statsChannelIdsArgs<ExtArgs>

KickStreamer$statsChannelIdsArgs<ExtArgs>: {
    include?: KSStatsChannelIdInclude<ExtArgs> | null;
    omit?: KSStatsChannelIdOmit<ExtArgs> | null;
    select?: KSStatsChannelIdSelect<ExtArgs> | null;
    where?: KSStatsChannelIdWhereInput;
}

KickStreamer.statsChannelIds

Type Parameters

Type declaration