include/lightspeed@component@template_compiler_InvalidAttributeType.hrl
-record(invalid_attribute_type, {
template :: binary(),
attribute :: binary(),
expected :: lightspeed@component@template_compiler:attr_kind(),
actual :: lightspeed@component@template_compiler:attr_kind()
}).