dynamic: boolean | number | string | Date | void | undefined | null | Record<string, any> | dynamicArray[] | Map<string, dynamicArray>

Defines a type dynamic which can be used to represent a variety of data types. This type is flexible and can handle multiple types including primitive types, complex objects, and collections.