Type Alias GuildCustomBotProfileOrderByWithAggregationInput

GuildCustomBotProfileOrderByWithAggregationInput: {
    _count?: GuildCustomBotProfileCountOrderByAggregateInput;
    _max?: GuildCustomBotProfileMaxOrderByAggregateInput;
    _min?: GuildCustomBotProfileMinOrderByAggregateInput;
    avatarKey?: SortOrderInput | Prisma.SortOrder;
    bannerKey?: SortOrderInput | Prisma.SortOrder;
    bio?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    enabled?: Prisma.SortOrder;
    guildId?: Prisma.SortOrder;
    nick?: SortOrderInput | Prisma.SortOrder;
}