dynamicArray: boolean | number | string | Record<string, any>

Defines a type dynamicArray which is used within the dynamic type. This type is intended for use in arrays and supports several basic data types and objects.