Type Alias TSEmbedFieldAggregateArgs<ExtArgs>

TSEmbedFieldAggregateArgs<ExtArgs>: {
    _count?: true | TSEmbedFieldCountAggregateInputType;
    _max?: TSEmbedFieldMaxAggregateInputType;
    _min?: TSEmbedFieldMinAggregateInputType;
    cursor?: TSEmbedFieldWhereUniqueInput;
    orderBy?: TSEmbedFieldOrderByWithRelationInput | TSEmbedFieldOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSEmbedFieldWhereInput;
}

Type Parameters

Type declaration