Type Alias RSEmbedFieldAggregateArgs<ExtArgs>

RSEmbedFieldAggregateArgs<ExtArgs>: {
    _count?: true | RSEmbedFieldCountAggregateInputType;
    _max?: RSEmbedFieldMaxAggregateInputType;
    _min?: RSEmbedFieldMinAggregateInputType;
    cursor?: RSEmbedFieldWhereUniqueInput;
    orderBy?: RSEmbedFieldOrderByWithRelationInput | RSEmbedFieldOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: RSEmbedFieldWhereInput;
}

Type Parameters

Type declaration