Type Alias TTSMessageButtonAggregateArgs<ExtArgs>

TTSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | TTSMessageButtonCountAggregateInputType;
    _max?: TTSMessageButtonMaxAggregateInputType;
    _min?: TTSMessageButtonMinAggregateInputType;
    cursor?: TTSMessageButtonWhereUniqueInput;
    orderBy?: TTSMessageButtonOrderByWithRelationInput | TTSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TTSMessageButtonWhereInput;
}

Type Parameters

Type declaration