Type Alias WSCurrentlyLiveOrderByWithAggregationInput

WSCurrentlyLiveOrderByWithAggregationInput: {
    _count?: WSCurrentlyLiveCountOrderByAggregateInput;
    _max?: WSCurrentlyLiveMaxOrderByAggregateInput;
    _min?: WSCurrentlyLiveMinOrderByAggregateInput;
    channelId?: SortOrderInput | Prisma.SortOrder;
    correct?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    messageId?: SortOrderInput | Prisma.SortOrder;
    whatnotStreamerId?: Prisma.SortOrder;
}