Type Alias WSCustomMessageOrderByWithAggregationInput

WSCustomMessageOrderByWithAggregationInput: {
    _count?: WSCustomMessageCountOrderByAggregateInput;
    _max?: WSCustomMessageMaxOrderByAggregateInput;
    _min?: WSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
    whatnotStreamerId?: Prisma.SortOrder;
}