Page Contents

Home > @loopback/repository > ArrayType > (constructor)

ArrayType.(constructor)

Constructs a new instance of the ArrayType class

Signature:

constructor(itemType: Type<T>);

Parameters

Parameter Type Description
itemType Type<T>