Type Alias GuildDropsGameOrderByWithAggregationInput

GuildDropsGameOrderByWithAggregationInput: {
    _count?: GuildDropsGameCountOrderByAggregateInput;
    _max?: GuildDropsGameMaxOrderByAggregateInput;
    _min?: GuildDropsGameMinOrderByAggregateInput;
    channelId?: SortOrderInput | Prisma.SortOrder;
    createdAt?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    gameId?: Prisma.SortOrder;
    guildDropsId?: Prisma.SortOrder;
    liveNotifications?: SortOrderInput | Prisma.SortOrder;
    roleId?: SortOrderInput | Prisma.SortOrder;
}