Type Alias DropGameCountArgs<ExtArgs>

DropGameCountArgs<ExtArgs>: Omit<DropGameFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: DropGameCountAggregateInputType | true;
}

Type Parameters