Type Alias TSMessageButtonAggregateArgs<ExtArgs>

TSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | TSMessageButtonCountAggregateInputType;
    _max?: TSMessageButtonMaxAggregateInputType;
    _min?: TSMessageButtonMinAggregateInputType;
    cursor?: TSMessageButtonWhereUniqueInput;
    orderBy?: TSMessageButtonOrderByWithRelationInput | TSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TSMessageButtonWhereInput;
}

Type Parameters

Type declaration