Type Alias ActiveInviteCountArgs<ExtArgs>

ActiveInviteCountArgs<ExtArgs>: Omit<ActiveInviteFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: ActiveInviteCountAggregateInputType | true;
}

Type Parameters