Type Alias BoolNullableWithAggregatesFilter<$PrismaModel>

BoolNullableWithAggregatesFilter<$PrismaModel>: {
    _count?: NestedIntNullableFilter<$PrismaModel>;
    _max?: NestedBoolNullableFilter<$PrismaModel>;
    _min?: NestedBoolNullableFilter<$PrismaModel>;
    equals?: boolean | BooleanFieldRefInput<$PrismaModel> | null;
    not?: NestedBoolNullableWithAggregatesFilter<$PrismaModel> | boolean | null;
}

Type Parameters

  • $PrismaModel = never