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

    类型别名 FindOptionsSelect<Entity>

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

    Select find options.

    类型参数

    • Entity