Type Alias KSCurrentlyLiveOrderByWithAggregationInput

KSCurrentlyLiveOrderByWithAggregationInput: {
    _count?: KSCurrentlyLiveCountOrderByAggregateInput;
    _max?: KSCurrentlyLiveMaxOrderByAggregateInput;
    _min?: KSCurrentlyLiveMinOrderByAggregateInput;
    channelId?: SortOrderInput | Prisma.SortOrder;
    correct?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    kickStreamerId?: Prisma.SortOrder;
    messageId?: SortOrderInput | Prisma.SortOrder;
}