Type Alias TWSCustomMessageAggregateArgs<ExtArgs>

TWSCustomMessageAggregateArgs<ExtArgs>: {
    _count?: true | TWSCustomMessageCountAggregateInputType;
    _max?: TWSCustomMessageMaxAggregateInputType;
    _min?: TWSCustomMessageMinAggregateInputType;
    cursor?: TWSCustomMessageWhereUniqueInput;
    orderBy?: TWSCustomMessageOrderByWithRelationInput | TWSCustomMessageOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSCustomMessageWhereInput;
}

Type Parameters

Type declaration