Type Alias TSCustomMessageOrderByWithAggregationInput

TSCustomMessageOrderByWithAggregationInput: {
    _count?: TSCustomMessageCountOrderByAggregateInput;
    _max?: TSCustomMessageMaxOrderByAggregateInput;
    _min?: TSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    twitchStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}