Type Alias CFCustomMessageAggregateArgs<ExtArgs>

CFCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | CFCustomMessageCountAggregateInputType;
    _max?: CFCustomMessageMaxAggregateInputType;
    _min?: CFCustomMessageMinAggregateInputType;
    cursor?: CFCustomMessageWhereUniqueInput;
    orderBy?: CFCustomMessageOrderByWithRelationInput | CFCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: CFCustomMessageWhereInput;
}

Type Parameters

Type declaration