Type Alias GuildEmbedFieldOrderByWithAggregationInput

GuildEmbedFieldOrderByWithAggregationInput: {
    _count?: GuildEmbedFieldCountOrderByAggregateInput;
    _max?: GuildEmbedFieldMaxOrderByAggregateInput;
    _min?: GuildEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    guildMessageEmbedId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
}