Type Alias KSCustomMessageOrderByWithAggregationInput

KSCustomMessageOrderByWithAggregationInput: {
    _count?: KSCustomMessageCountOrderByAggregateInput;
    _max?: KSCustomMessageMaxOrderByAggregateInput;
    _min?: KSCustomMessageMinOrderByAggregateInput;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    kickStreamerId?: Prisma.SortOrder;
    type?: Prisma.SortOrder;
}