Type Alias GuildDropsGameMinOrderByAggregateInput

GuildDropsGameMinOrderByAggregateInput: {
    channelId?: Prisma.SortOrder;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    gameId?: Prisma.SortOrder;
    guildDropsId?: Prisma.SortOrder;
    liveNotifications?: Prisma.SortOrder;
    roleId?: Prisma.SortOrder;
}