Type Alias TWSMessageEmbedAggregateArgs<ExtArgs>

TWSMessageEmbedAggregateArgs<ExtArgs>: {
    _count?: true | TWSMessageEmbedCountAggregateInputType;
    _max?: TWSMessageEmbedMaxAggregateInputType;
    _min?: TWSMessageEmbedMinAggregateInputType;
    cursor?: TWSMessageEmbedWhereUniqueInput;
    orderBy?: TWSMessageEmbedOrderByWithRelationInput | TWSMessageEmbedOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSMessageEmbedWhereInput;
}

Type Parameters

Type declaration