Type Alias UserNotificationDataAggregateArgs<ExtArgs>

UserNotificationDataAggregateArgs<ExtArgs>: {
    _count?: true | UserNotificationDataCountAggregateInputType;
    _max?: UserNotificationDataMaxAggregateInputType;
    _min?: UserNotificationDataMinAggregateInputType;
    cursor?: UserNotificationDataWhereUniqueInput;
    orderBy?: UserNotificationDataOrderByWithRelationInput | UserNotificationDataOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: UserNotificationDataWhereInput;
}

Type Parameters

Type declaration