Type Alias CSMessageButtonAggregateArgs<ExtArgs>

CSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | CSMessageButtonCountAggregateInputType;
    _max?: CSMessageButtonMaxAggregateInputType;
    _min?: CSMessageButtonMinAggregateInputType;
    cursor?: CSMessageButtonWhereUniqueInput;
    orderBy?: CSMessageButtonOrderByWithRelationInput | CSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: CSMessageButtonWhereInput;
}

Type Parameters

Type declaration