Type Alias CSEmbedFieldAggregateArgs<ExtArgs>

CSEmbedFieldAggregateArgs<ExtArgs>: {
    _count?: true | CSEmbedFieldCountAggregateInputType;
    _max?: CSEmbedFieldMaxAggregateInputType;
    _min?: CSEmbedFieldMinAggregateInputType;
    cursor?: CSEmbedFieldWhereUniqueInput;
    orderBy?: CSEmbedFieldOrderByWithRelationInput | CSEmbedFieldOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: CSEmbedFieldWhereInput;
}

Type Parameters

Type declaration