Type Alias UserTwitchAccountOrderByWithAggregationInput

UserTwitchAccountOrderByWithAggregationInput: {
    _count?: UserTwitchAccountCountOrderByAggregateInput;
    _max?: UserTwitchAccountMaxOrderByAggregateInput;
    _min?: UserTwitchAccountMinOrderByAggregateInput;
    accountId?: SortOrderInput | Prisma.SortOrder;
    chatRoomId?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    userId?: Prisma.SortOrder;
    username?: SortOrderInput | Prisma.SortOrder;
}