Type Alias TSEmbedFieldOrderByWithAggregationInput

TSEmbedFieldOrderByWithAggregationInput: {
    _count?: TSEmbedFieldCountOrderByAggregateInput;
    _max?: TSEmbedFieldMaxOrderByAggregateInput;
    _min?: TSEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    tsMessageEmbedId?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
}