Type Alias R2StorageGroupByArgs<ExtArgs>

R2StorageGroupByArgs<ExtArgs>: {
    _count?: R2StorageCountAggregateInputType | true;
    _max?: R2StorageMaxAggregateInputType;
    _min?: R2StorageMinAggregateInputType;
    by: Prisma.R2StorageScalarFieldEnum[] | Prisma.R2StorageScalarFieldEnum;
    having?: R2StorageScalarWhereWithAggregatesInput;
    orderBy?: R2StorageOrderByWithAggregationInput | R2StorageOrderByWithAggregationInput[];
    skip?: number;
    take?: number;
    where?: R2StorageWhereInput;
}

Type Parameters