Home > @websublime/schema > ArraySchemaType > of

ArraySchemaType.of() method

Set items model type

Signature:

of(items: InferSchemaType<T>): this;

Parameters

ParameterTypeDescription
itemsInferSchemaType<T>Child items

Returns:

this