Type Alias CSEmbedFieldOrderByWithAggregationInput

CSEmbedFieldOrderByWithAggregationInput: {
    _count?: CSEmbedFieldCountOrderByAggregateInput;
    _max?: CSEmbedFieldMaxOrderByAggregateInput;
    _min?: CSEmbedFieldMinOrderByAggregateInput;
    csMessageEmbedId?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
}