Type Alias CSCustomMessageAggregateArgs<ExtArgs>

CSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | CSCustomMessageCountAggregateInputType;
    _max?: CSCustomMessageMaxAggregateInputType;
    _min?: CSCustomMessageMinAggregateInputType;
    cursor?: CSCustomMessageWhereUniqueInput;
    orderBy?: CSCustomMessageOrderByWithRelationInput | CSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: CSCustomMessageWhereInput;
}

Type Parameters

Type declaration