Type Alias R2StorageAggregateArgs<ExtArgs>

R2StorageAggregateArgs<ExtArgs>: {
    _count?: true | R2StorageCountAggregateInputType;
    _max?: R2StorageMaxAggregateInputType;
    _min?: R2StorageMinAggregateInputType;
    cursor?: R2StorageWhereUniqueInput;
    orderBy?: R2StorageOrderByWithRelationInput | R2StorageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: R2StorageWhereInput;
}

Type Parameters

Type declaration