Type Alias KSRoleWithUsersCountArgs<ExtArgs>

KSRoleWithUsersCountArgs<ExtArgs>: Omit<KSRoleWithUsersFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: KSRoleWithUsersCountAggregateInputType | true;
}

Type Parameters