Type Alias R2StorageGuildAggregateArgs<ExtArgs>

R2StorageGuildAggregateArgs<ExtArgs>: {
    _count?: true | R2StorageGuildCountAggregateInputType;
    _max?: R2StorageGuildMaxAggregateInputType;
    _min?: R2StorageGuildMinAggregateInputType;
    cursor?: R2StorageGuildWhereUniqueInput;
    orderBy?: R2StorageGuildOrderByWithRelationInput | R2StorageGuildOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: R2StorageGuildWhereInput;
}

Type Parameters

Type declaration