Type Alias KSMessageButtonAggregateArgs<ExtArgs>

KSMessageButtonAggregateArgs<ExtArgs>: {
    _count?: true | KSMessageButtonCountAggregateInputType;
    _max?: KSMessageButtonMaxAggregateInputType;
    _min?: KSMessageButtonMinAggregateInputType;
    cursor?: KSMessageButtonWhereUniqueInput;
    orderBy?: KSMessageButtonOrderByWithRelationInput | KSMessageButtonOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: KSMessageButtonWhereInput;
}

Type Parameters

Type declaration