1    static constexpr auto _property_typeid_${property.snake_case} =
2        utility::tuple_to_array(message::types::type_id<\
3${property.cppTypeParam(interface.name)}>());
4