Type Alias TwitchGameOrderByWithAggregationInput

TwitchGameOrderByWithAggregationInput: {
    _count?: TwitchGameCountOrderByAggregateInput;
    _max?: TwitchGameMaxOrderByAggregateInput;
    _min?: TwitchGameMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    gameId?: Prisma.SortOrder;
    name?: Prisma.SortOrder;
    updatedAt?: Prisma.SortOrder;
}