Type Alias GuildGiveawayEntryAggregateArgs<ExtArgs>

GuildGiveawayEntryAggregateArgs<ExtArgs>: {
    _avg?: GuildGiveawayEntryAvgAggregateInputType;
    _count?: true | GuildGiveawayEntryCountAggregateInputType;
    _max?: GuildGiveawayEntryMaxAggregateInputType;
    _min?: GuildGiveawayEntryMinAggregateInputType;
    _sum?: GuildGiveawayEntrySumAggregateInputType;
    cursor?: GuildGiveawayEntryWhereUniqueInput;
    orderBy?: GuildGiveawayEntryOrderByWithRelationInput | GuildGiveawayEntryOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildGiveawayEntryWhereInput;
}

Type Parameters

Type declaration