arrayProp
arrayProp<
S>(items,options?):ArrayPropertySchema<S>
Defined in: packages/sigma/src/primitives/schema.ts:291
Creates an array property schema for nested structures.
Type Parameters
S
S extends Record<string, PropertySchema<unknown, PropertyType, boolean>>
Parameters
items
S
Schema for each array item
options?
Array property options
Returns
Array property schema