Type Alias GuildDropsGameWebhookOrderByWithAggregationInput

GuildDropsGameWebhookOrderByWithAggregationInput: {
    _count?: GuildDropsGameWebhookCountOrderByAggregateInput;
    _max?: GuildDropsGameWebhookMaxOrderByAggregateInput;
    _min?: GuildDropsGameWebhookMinOrderByAggregateInput;
    avatarUrl?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    guildDropsGameId?: Prisma.SortOrder;
    username?: SortOrderInput | Prisma.SortOrder;
}