Type Alias TSMessageWebhookAggregateArgs<ExtArgs>

TSMessageWebhookAggregateArgs<ExtArgs>: {
    _count?: true | TSMessageWebhookCountAggregateInputType;
    _max?: TSMessageWebhookMaxAggregateInputType;
    _min?: TSMessageWebhookMinAggregateInputType;
    cursor?: TSMessageWebhookWhereUniqueInput;
    orderBy?: TSMessageWebhookOrderByWithRelationInput | TSMessageWebhookOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSMessageWebhookWhereInput;
}

Type Parameters

Type declaration