Type Alias CFCustomMessageOrderByWithAggregationInput

CFCustomMessageOrderByWithAggregationInput: {
    _count?: CFCustomMessageCountOrderByAggregateInput;
    _max?: CFCustomMessageMaxOrderByAggregateInput;
    _min?: CFCustomMessageMinOrderByAggregateInput;
    clipForwardId?: Prisma.SortOrder;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    showInviteButton?: SortOrderInput | Prisma.SortOrder;
    showWatchButton?: SortOrderInput | Prisma.SortOrder;
    type?: Prisma.SortOrder;
}