Open
Description
It is currently defined using the general "UI5Type" type union.
ui5-language-assistant/packages/semantic-model-types/api.d.ts
Lines 106 to 111 in f109686
Relevant Discussion:
@codeworrior said:
The “type“ property should be restricted to UI5Class | UI5Interface, that’s what the runtime expects
The “altTypes” array is not really validated / restricted in the runtime implementation, but it was originally intended to be limited to primitive types and maybe enums (as they are a kind of primitive)