Type Alias TTSCustomMessageAggregateArgs<ExtArgs>

TTSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | TTSCustomMessageCountAggregateInputType;
    _max?: TTSCustomMessageMaxAggregateInputType;
    _min?: TTSCustomMessageMinAggregateInputType;
    cursor?: TTSCustomMessageWhereUniqueInput;
    orderBy?: TTSCustomMessageOrderByWithRelationInput | TTSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TTSCustomMessageWhereInput;
}

Type Parameters

Type declaration