Type Alias RSCustomMessageOrderByWithAggregationInput

RSCustomMessageOrderByWithAggregationInput: {
    _count?: RSCustomMessageCountOrderByAggregateInput;
    _max?: RSCustomMessageMaxOrderByAggregateInput;
    _min?: RSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    rumbleStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}