Type Alias GuildAggregateArgs<ExtArgs>

GuildAggregateArgs<ExtArgs>: {
    _avg?: GuildAvgAggregateInputType;
    _count?: true | GuildCountAggregateInputType;
    _max?: GuildMaxAggregateInputType;
    _min?: GuildMinAggregateInputType;
    _sum?: GuildSumAggregateInputType;
    cursor?: GuildWhereUniqueInput;
    orderBy?: GuildOrderByWithRelationInput | GuildOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildWhereInput;
}

Type Parameters

Type declaration