Type Alias WhatnotStreamer$statsChannelIdsArgs<ExtArgs>

WhatnotStreamer$statsChannelIdsArgs<ExtArgs>: {
    include?: WSStatsChannelIdInclude<ExtArgs> | null;
    omit?: WSStatsChannelIdOmit<ExtArgs> | null;
    select?: WSStatsChannelIdSelect<ExtArgs> | null;
    where?: WSStatsChannelIdWhereInput;
}

WhatnotStreamer.statsChannelIds

Type Parameters

Type declaration