Type Alias RSEmbedFieldOrderByWithAggregationInput

RSEmbedFieldOrderByWithAggregationInput: {
    _count?: RSEmbedFieldCountOrderByAggregateInput;
    _max?: RSEmbedFieldMaxOrderByAggregateInput;
    _min?: RSEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    rsMessageEmbedId?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
}