Type Alias TWSCustomMessageOrderByWithAggregationInput

TWSCustomMessageOrderByWithAggregationInput: {
    _count?: TWSCustomMessageCountOrderByAggregateInput;
    _max?: TWSCustomMessageMaxOrderByAggregateInput;
    _min?: TWSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    twitterStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}