Type Alias TWSMessageButtonAggregateArgs<ExtArgs>

TWSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | TWSMessageButtonCountAggregateInputType;
    _max?: TWSMessageButtonMaxAggregateInputType;
    _min?: TWSMessageButtonMinAggregateInputType;
    cursor?: TWSMessageButtonWhereUniqueInput;
    orderBy?: TWSMessageButtonOrderByWithRelationInput | TWSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: TWSMessageButtonWhereInput;
}

Type Parameters

Type declaration