Type Alias TypedValue

TypedValue:
    | bigint
    | string
    | number
    | boolean
    | null
    | TypedObject
    | TypedArray
    | Function
    | symbol
    | undefined