Type Alias RSCustomMessageAggregateArgs<ExtArgs>

RSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | RSCustomMessageCountAggregateInputType;
    _max?: RSCustomMessageMaxAggregateInputType;
    _min?: RSCustomMessageMinAggregateInputType;
    cursor?: RSCustomMessageWhereUniqueInput;
    orderBy?: RSCustomMessageOrderByWithRelationInput | RSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: RSCustomMessageWhereInput;
}

Type Parameters

Type declaration