API 参考
    正在准备搜索索引...

    类型别名 FindOptionsWhere<Entity>

    FindOptionsWhere: {
        [P in keyof Entity]?: P extends "toString"
            ? unknown
            : FindOptionsWhereProperty<NonNullable<Entity[P]>>
    }

    Used for find operations.

    类型参数

    • Entity