Type Alias WSStatsChannelId$whatnotStreamerArgs<ExtArgs>

WSStatsChannelId$whatnotStreamerArgs<ExtArgs>: {
    include?: WhatnotStreamerInclude<ExtArgs> | null;
    omit?: WhatnotStreamerOmit<ExtArgs> | null;
    select?: WhatnotStreamerSelect<ExtArgs> | null;
    where?: WhatnotStreamerWhereInput;
}

WSStatsChannelId.whatnotStreamer

Type Parameters

Type declaration