Type Alias ClientChangelogCountOrderByAggregateInput

ClientChangelogCountOrderByAggregateInput: {
    changes?: Prisma.SortOrder;
    clientId?: Prisma.SortOrder;
    date?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    identifier?: Prisma.SortOrder;
    isPublic?: Prisma.SortOrder;
    thumbnail?: Prisma.SortOrder;
    title?: Prisma.SortOrder;
}