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

    类型别名 FindOptionsSelectByString<Entity>

    FindOptionsSelectByString: (keyof Entity)[]

    Property paths (column names) to be selected by "find" defined as string. Old selection mechanism in TypeORM.

    类型参数

    • Entity

    will be removed in the next version, use FindOptionsSelect type notation instead