Type Alias WSEmbedFieldAggregateArgs<ExtArgs>

WSEmbedFieldAggregateArgs<ExtArgs>: {
    _count?: true | WSEmbedFieldCountAggregateInputType;
    _max?: WSEmbedFieldMaxAggregateInputType;
    _min?: WSEmbedFieldMinAggregateInputType;
    cursor?: WSEmbedFieldWhereUniqueInput;
    orderBy?: WSEmbedFieldOrderByWithRelationInput | WSEmbedFieldOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WSEmbedFieldWhereInput;
}

Type Parameters

Type declaration