Type Alias GuildGameChangelogAggregateArgs<ExtArgs>

GuildGameChangelogAggregateArgs<ExtArgs>: {
    _avg?: GuildGameChangelogAvgAggregateInputType;
    _count?: true | GuildGameChangelogCountAggregateInputType;
    _max?: GuildGameChangelogMaxAggregateInputType;
    _min?: GuildGameChangelogMinAggregateInputType;
    _sum?: GuildGameChangelogSumAggregateInputType;
    cursor?: GuildGameChangelogWhereUniqueInput;
    orderBy?: GuildGameChangelogOrderByWithRelationInput | GuildGameChangelogOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildGameChangelogWhereInput;
}

Type Parameters

Type declaration