Type Alias UserNotificationsCountArgs<ExtArgs>

UserNotificationsCountArgs<ExtArgs>: Omit<UserNotificationsFindManyArgs,
    | "select"
    | "include"
    | "distinct"
    | "omit"> & {
    select?: UserNotificationsCountAggregateInputType | true;
}

Type Parameters