Type Alias NotificationProviderAggregateArgs<ExtArgs>

NotificationProviderAggregateArgs<ExtArgs>: {
    _count?: true | NotificationProviderCountAggregateInputType;
    _max?: NotificationProviderMaxAggregateInputType;
    _min?: NotificationProviderMinAggregateInputType;
    cursor?: NotificationProviderWhereUniqueInput;
    orderBy?: NotificationProviderOrderByWithRelationInput | NotificationProviderOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: NotificationProviderWhereInput;
}

Type Parameters

Type declaration