Type Alias YTSCustomMessageOrderByWithAggregationInput

YTSCustomMessageOrderByWithAggregationInput: {
    _count?: YTSCustomMessageCountOrderByAggregateInput;
    _max?: YTSCustomMessageMaxOrderByAggregateInput;
    _min?: YTSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
    youtubeStreamerId?: Prisma.SortOrder;
}