Type Alias TWSCurrentlyLiveOrderByWithAggregationInput

TWSCurrentlyLiveOrderByWithAggregationInput: {
    _count?: TWSCurrentlyLiveCountOrderByAggregateInput;
    _max?: TWSCurrentlyLiveMaxOrderByAggregateInput;
    _min?: TWSCurrentlyLiveMinOrderByAggregateInput;
    channelId?: SortOrderInput | Prisma.SortOrder;
    correct?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    messageId?: SortOrderInput | Prisma.SortOrder;
    twitterStreamerId?: Prisma.SortOrder;
}