Type Alias CFMessageButtonAggregateArgs<ExtArgs>

CFMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | CFMessageButtonCountAggregateInputType;
    _max?: CFMessageButtonMaxAggregateInputType;
    _min?: CFMessageButtonMinAggregateInputType;
    cursor?: CFMessageButtonWhereUniqueInput;
    orderBy?: CFMessageButtonOrderByWithRelationInput | CFMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: CFMessageButtonWhereInput;
}

Type Parameters

Type declaration