Type Alias TWSMessageWebhookAggregateArgs<ExtArgs>

TWSMessageWebhookAggregateArgs<ExtArgs>: {
    _count?: true | TWSMessageWebhookCountAggregateInputType;
    _max?: TWSMessageWebhookMaxAggregateInputType;
    _min?: TWSMessageWebhookMinAggregateInputType;
    cursor?: TWSMessageWebhookWhereUniqueInput;
    orderBy?: TWSMessageWebhookOrderByWithRelationInput | TWSMessageWebhookOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSMessageWebhookWhereInput;
}

Type Parameters

Type declaration