Type Alias GuildGiveawayAggregateArgs<ExtArgs>

GuildGiveawayAggregateArgs<ExtArgs>: {
    _avg?: GuildGiveawayAvgAggregateInputType;
    _count?: true | GuildGiveawayCountAggregateInputType;
    _max?: GuildGiveawayMaxAggregateInputType;
    _min?: GuildGiveawayMinAggregateInputType;
    _sum?: GuildGiveawaySumAggregateInputType;
    cursor?: GuildGiveawayWhereUniqueInput;
    orderBy?: GuildGiveawayOrderByWithRelationInput | GuildGiveawayOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildGiveawayWhereInput;
}

Type Parameters

Type declaration