Type Alias WhatnotStreamerCountArgs<ExtArgs>

WhatnotStreamerCountArgs<ExtArgs>: Omit<WhatnotStreamerFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: WhatnotStreamerCountAggregateInputType | true;
}

Type Parameters