Type Alias KickClipperAggregateArgs<ExtArgs>

KickClipperAggregateArgs<ExtArgs>: {
    _count?: true | KickClipperCountAggregateInputType;
    _max?: KickClipperMaxAggregateInputType;
    _min?: KickClipperMinAggregateInputType;
    cursor?: KickClipperWhereUniqueInput;
    orderBy?: KickClipperOrderByWithRelationInput | KickClipperOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KickClipperWhereInput;
}

Type Parameters

Type declaration