Type Alias KSCustomMessageAggregateArgs<ExtArgs>

KSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | KSCustomMessageCountAggregateInputType;
    _max?: KSCustomMessageMaxAggregateInputType;
    _min?: KSCustomMessageMinAggregateInputType;
    cursor?: KSCustomMessageWhereUniqueInput;
    orderBy?: KSCustomMessageOrderByWithRelationInput | KSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSCustomMessageWhereInput;
}

Type Parameters

Type declaration