Type Aliases

ReflectedComponent

declaration

ReflectedComponent = Omit<EntityComponentTokenMetadata, "schema"> & { implementations: ReflectedComponentResolverImplementation; schema: JSONSchema; }

Type declaration

NameType

implementations

ReflectedComponentResolverImplementation

schema

JSONSchema