Type Alias ClientChangelogMaxOrderByAggregateInput

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