Type alias Any

Any: object | string | number | bigint | boolean | symbol | null | undefined

A literal value of any type.