odata-v4-server icon indicating copy to clipboard operation
odata-v4-server copied to clipboard

Cannot create Collection property decorator with EnumTypes

Open 99z opened this issue 3 years ago • 0 comments

When annotating a class' properties like so:

@Collection(Edm.EnumType(Foo))
Bar!: Foo;

The metadata returned looks like the following: <Property Name="Bar" Type="Collection([object Object])"/>

Are there additional steps required to make this work?

99z avatar Aug 06 '21 20:08 99z