Type Alias TSCustomMessageAggregateArgs<ExtArgs>

TSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | TSCustomMessageCountAggregateInputType;
    _max?: TSCustomMessageMaxAggregateInputType;
    _min?: TSCustomMessageMinAggregateInputType;
    cursor?: TSCustomMessageWhereUniqueInput;
    orderBy?: TSCustomMessageOrderByWithRelationInput | TSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSCustomMessageWhereInput;
}

Type Parameters

Type declaration