Type Alias GuildPremiumAggregateArgs<ExtArgs>

GuildPremiumAggregateArgs<ExtArgs>: {
    _avg?: GuildPremiumAvgAggregateInputType;
    _count?: true | GuildPremiumCountAggregateInputType;
    _max?: GuildPremiumMaxAggregateInputType;
    _min?: GuildPremiumMinAggregateInputType;
    _sum?: GuildPremiumSumAggregateInputType;
    cursor?: GuildPremiumWhereUniqueInput;
    orderBy?: GuildPremiumOrderByWithRelationInput | GuildPremiumOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildPremiumWhereInput;
}

Type Parameters

Type declaration