Type Alias YTSEmbedFieldOrderByWithAggregationInput

YTSEmbedFieldOrderByWithAggregationInput: {
    _count?: YTSEmbedFieldCountOrderByAggregateInput;
    _max?: YTSEmbedFieldMaxOrderByAggregateInput;
    _min?: YTSEmbedFieldMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    inline?: SortOrderInput | Prisma.SortOrder;
    name?: Prisma.SortOrder;
    value?: SortOrderInput | Prisma.SortOrder;
    ytsMessageEmbedId?: Prisma.SortOrder;
}