Type Alias GuildClipForwardAggregateArgs<ExtArgs>

GuildClipForwardAggregateArgs<ExtArgs>: {
    _avg?: GuildClipForwardAvgAggregateInputType;
    _count?: true | GuildClipForwardCountAggregateInputType;
    _max?: GuildClipForwardMaxAggregateInputType;
    _min?: GuildClipForwardMinAggregateInputType;
    _sum?: GuildClipForwardSumAggregateInputType;
    cursor?: GuildClipForwardWhereUniqueInput;
    orderBy?: GuildClipForwardOrderByWithRelationInput | GuildClipForwardOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: GuildClipForwardWhereInput;
}

Type Parameters

Type declaration