Type Alias WSEmbedFieldOrderByWithAggregationInput

WSEmbedFieldOrderByWithAggregationInput: {
    _count?: WSEmbedFieldCountOrderByAggregateInput;
    _max?: WSEmbedFieldMaxOrderByAggregateInput;
    _min?: WSEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
    wsMessageEmbedId?: Prisma.SortOrder;
}