Type Alias GuildGameChangelogMaxOrderByAggregateInput

GuildGameChangelogMaxOrderByAggregateInput: {
    channelId?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    gameConfigId?: Prisma.SortOrder;
    pingRoleId?: Prisma.SortOrder;
    steamAppId?: Prisma.SortOrder;
    title?: Prisma.SortOrder;
}