Type Alias ClientChangelogAggregateArgs<ExtArgs>

ClientChangelogAggregateArgs<ExtArgs>: {
    _count?: true | ClientChangelogCountAggregateInputType;
    _max?: ClientChangelogMaxAggregateInputType;
    _min?: ClientChangelogMinAggregateInputType;
    cursor?: ClientChangelogWhereUniqueInput;
    orderBy?: ClientChangelogOrderByWithRelationInput | ClientChangelogOrderByWithRelationInput[];
    skip?: number;
    take?: number;
    where?: ClientChangelogWhereInput;
}

Type Parameters

Type declaration