Type Alias BoolWithAggregatesFilter<$PrismaModel>

BoolWithAggregatesFilter<$PrismaModel>: {
    _count?: NestedIntFilter<$PrismaModel>;
    _max?: NestedBoolFilter<$PrismaModel>;
    _min?: NestedBoolFilter<$PrismaModel>;
    equals?: boolean | BooleanFieldRefInput<$PrismaModel>;
    not?: NestedBoolWithAggregatesFilter<$PrismaModel> | boolean;
}

Type Parameters

  • $PrismaModel = never