Type Alias GuildStarboardAggregateArgs<ExtArgs>

GuildStarboardAggregateArgs<ExtArgs>: {
    _avg?: GuildStarboardAvgAggregateInputType;
    _count?: true | GuildStarboardCountAggregateInputType;
    _max?: GuildStarboardMaxAggregateInputType;
    _min?: GuildStarboardMinAggregateInputType;
    _sum?: GuildStarboardSumAggregateInputType;
    cursor?: GuildStarboardWhereUniqueInput;
    orderBy?: GuildStarboardOrderByWithRelationInput | GuildStarboardOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildStarboardWhereInput;
}

Type Parameters

Type declaration