Skip to content

AttributeSchema = Readonly<Record<string, TypeTag>>

Defined in: src/attr/attributes.ts:57

The names and types of an entity’s attributes, with no values — what the attributeSchema projection returns.

Useful for asking what shape the data has without paying to transfer it, and for telling apart two entities that use the same name with different types.