Type Alias YTSMessageButtonAggregateArgs<ExtArgs>

YTSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | YTSMessageButtonCountAggregateInputType;
    _max?: YTSMessageButtonMaxAggregateInputType;
    _min?: YTSMessageButtonMinAggregateInputType;
    cursor?: YTSMessageButtonWhereUniqueInput;
    orderBy?: YTSMessageButtonOrderByWithRelationInput | YTSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: YTSMessageButtonWhereInput;
}

Type Parameters

Type declaration