Type Alias WSCustomMessageAggregateArgs<ExtArgs>

WSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | WSCustomMessageCountAggregateInputType;
    _max?: WSCustomMessageMaxAggregateInputType;
    _min?: WSCustomMessageMinAggregateInputType;
    cursor?: WSCustomMessageWhereUniqueInput;
    orderBy?: WSCustomMessageOrderByWithRelationInput | WSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WSCustomMessageWhereInput;
}

Type Parameters

Type declaration