AnyComponentDef
AnyComponentDef =
ComponentDef<any> |BuiltinComponentDef<any>
Defined in: ecs/component.ts:543
Either kind of component type: one a project declared, or one the engine ships. Everything that takes “a component” takes this, so a query or a command reads a built-in and a user component the same way.