Type Alias NestedIntWithAggregatesFilter<$PrismaModel>

NestedIntWithAggregatesFilter<$PrismaModel>: {
    _avg?: NestedFloatFilter<$PrismaModel>;
    _count?: NestedIntFilter<$PrismaModel>;
    _max?: NestedIntFilter<$PrismaModel>;
    _min?: NestedIntFilter<$PrismaModel>;
    _sum?: NestedIntFilter<$PrismaModel>;
    equals?: number | IntFieldRefInput<$PrismaModel>;
    gt?: number | IntFieldRefInput<$PrismaModel>;
    gte?: number | IntFieldRefInput<$PrismaModel>;
    in?: number[] | ListIntFieldRefInput<$PrismaModel>;
    lt?: number | IntFieldRefInput<$PrismaModel>;
    lte?: number | IntFieldRefInput<$PrismaModel>;
    not?: NestedIntWithAggregatesFilter<$PrismaModel> | number;
    notIn?: number[] | ListIntFieldRefInput<$PrismaModel>;
}

Type Parameters

  • $PrismaModel = never