Type Alias WSMessageButtonAggregateArgs<ExtArgs>

WSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | WSMessageButtonCountAggregateInputType;
    _max?: WSMessageButtonMaxAggregateInputType;
    _min?: WSMessageButtonMinAggregateInputType;
    cursor?: WSMessageButtonWhereUniqueInput;
    orderBy?: WSMessageButtonOrderByWithRelationInput | WSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: WSMessageButtonWhereInput;
}

Type Parameters

Type declaration