Decorates an array property with item type information
Function returning the item type
class PostList { @arrayItems(() => Post) items: Post[];} Copy
class PostList { @arrayItems(() => Post) items: Post[];}
Decorates an array property with item type information