Type Alias GuildFixUrlOrderByWithAggregationInput

GuildFixUrlOrderByWithAggregationInput: {
    _count?: GuildFixUrlCountOrderByAggregateInput;
    _max?: GuildFixUrlMaxOrderByAggregateInput;
    _min?: GuildFixUrlMinOrderByAggregateInput;
    blacklistedChannels?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    enabled?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    webhookEnabled?: Prisma.SortOrder;
    webhookId?: SortOrderInput | Prisma.SortOrder;
    webhookToken?: SortOrderInput | Prisma.SortOrder;
}