Type Alias UserTwitchAccountCountArgs<ExtArgs>

UserTwitchAccountCountArgs<ExtArgs>: Omit<UserTwitchAccountFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: UserTwitchAccountCountAggregateInputType | true;
}

Type Parameters