Type Alias GuildGameConfigAggregateArgs<ExtArgs>

GuildGameConfigAggregateArgs<ExtArgs>: {
    _avg?: GuildGameConfigAvgAggregateInputType;
    _count?: true | GuildGameConfigCountAggregateInputType;
    _max?: GuildGameConfigMaxAggregateInputType;
    _min?: GuildGameConfigMinAggregateInputType;
    _sum?: GuildGameConfigSumAggregateInputType;
    cursor?: GuildGameConfigWhereUniqueInput;
    orderBy?: GuildGameConfigOrderByWithRelationInput | GuildGameConfigOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildGameConfigWhereInput;
}

Type Parameters

Type declaration