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

    类型别名 EntityTarget<Entity>

    EntityTarget:
        | ObjectType<Entity>
        | EntitySchema<Entity>
        | string
        | { name: string; type: Entity }

    Entity target.

    类型参数

    • Entity