Type Alias SentDropAggregateArgs<ExtArgs>

SentDropAggregateArgs<ExtArgs>: {
    _count?: true | SentDropCountAggregateInputType;
    _max?: SentDropMaxAggregateInputType;
    _min?: SentDropMinAggregateInputType;
    cursor?: SentDropWhereUniqueInput;
    orderBy?: SentDropOrderByWithRelationInput | SentDropOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: SentDropWhereInput;
}

Type Parameters

Type declaration