Type Alias TTSCustomMessageOrderByWithAggregationInput

TTSCustomMessageOrderByWithAggregationInput: {
    _count?: TTSCustomMessageCountOrderByAggregateInput;
    _max?: TTSCustomMessageMaxOrderByAggregateInput;
    _min?: TTSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    tiktokStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}