Type Alias YTSCustomMessageAggregateArgs<ExtArgs>

YTSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | YTSCustomMessageCountAggregateInputType;
    _max?: YTSCustomMessageMaxAggregateInputType;
    _min?: YTSCustomMessageMinAggregateInputType;
    cursor?: YTSCustomMessageWhereUniqueInput;
    orderBy?: YTSCustomMessageOrderByWithRelationInput | YTSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: YTSCustomMessageWhereInput;
}

Type Parameters

Type declaration