Type Alias ClientChangelogOrderByWithAggregationInput

ClientChangelogOrderByWithAggregationInput: {
    _count?: ClientChangelogCountOrderByAggregateInput;
    _max?: ClientChangelogMaxOrderByAggregateInput;
    _min?: ClientChangelogMinOrderByAggregateInput;
    changes?: Prisma.SortOrder;
    clientId?: Prisma.SortOrder;
    date?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    identifier?: Prisma.SortOrder;
    isPublic?: Prisma.SortOrder;
    thumbnail?: SortOrderInput | Prisma.SortOrder;
    title?: Prisma.SortOrder;
}