Type Alias UserNotificationsAggregateArgs<ExtArgs>

UserNotificationsAggregateArgs<ExtArgs>: {
    _count?: true | UserNotificationsCountAggregateInputType;
    _max?: UserNotificationsMaxAggregateInputType;
    _min?: UserNotificationsMinAggregateInputType;
    cursor?: UserNotificationsWhereUniqueInput;
    orderBy?: UserNotificationsOrderByWithRelationInput | UserNotificationsOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserNotificationsWhereInput;
}

Type Parameters

Type declaration