Type Alias KickStreamerCountArgs<ExtArgs>

KickStreamerCountArgs<ExtArgs>: Omit<KickStreamerFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: KickStreamerCountAggregateInputType | true;
}

Type Parameters