UNPKG

@loopback/docs

Version:
30 lines (19 loc) 752 B
--- lang: en title: 'API docs: repository.uniontype.(constructor)' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.uniontype.(constructor).html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [UnionType](./repository.uniontype.md) &gt; [(constructor)](./repository.uniontype.(constructor).md) ## UnionType.(constructor) Constructs a new instance of the `UnionType` class <b>Signature:</b> ```typescript constructor(itemTypes: Type<any>[]); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | itemTypes | <code>Type&lt;any&gt;[]</code> | |