Type Alias RSMessageButtonAggregateArgs<ExtArgs>

RSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | RSMessageButtonCountAggregateInputType;
    _max?: RSMessageButtonMaxAggregateInputType;
    _min?: RSMessageButtonMinAggregateInputType;
    cursor?: RSMessageButtonWhereUniqueInput;
    orderBy?: RSMessageButtonOrderByWithRelationInput | RSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: RSMessageButtonWhereInput;
}

Type Parameters

Type declaration