Type Alias GuildDropsWebhookOrderByWithAggregationInput

GuildDropsWebhookOrderByWithAggregationInput: {
    _count?: GuildDropsWebhookCountOrderByAggregateInput;
    _max?: GuildDropsWebhookMaxOrderByAggregateInput;
    _min?: GuildDropsWebhookMinOrderByAggregateInput;
    avatarUrl?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    guildDropsId?: Prisma.SortOrder;
    username?: SortOrderInput | Prisma.SortOrder;
}