Type Alias KSGiftedSubRoleCountArgs<ExtArgs>

KSGiftedSubRoleCountArgs<ExtArgs>: Omit<KSGiftedSubRoleFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: KSGiftedSubRoleCountAggregateInputType | true;
}

Type Parameters