Type Alias ClientLogRawDataAggregateArgs<ExtArgs>

ClientLogRawDataAggregateArgs<ExtArgs>: {
    _count?: true | ClientLogRawDataCountAggregateInputType;
    _max?: ClientLogRawDataMaxAggregateInputType;
    _min?: ClientLogRawDataMinAggregateInputType;
    cursor?: ClientLogRawDataWhereUniqueInput;
    orderBy?: ClientLogRawDataOrderByWithRelationInput | ClientLogRawDataOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientLogRawDataWhereInput;
}

Type Parameters

Type declaration