Type Alias TWSEmbedFieldOrderByWithAggregationInput

TWSEmbedFieldOrderByWithAggregationInput: {
    _count?: TWSEmbedFieldCountOrderByAggregateInput;
    _max?: TWSEmbedFieldMaxOrderByAggregateInput;
    _min?: TWSEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    twsMessageEmbedId?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
}