Type Alias Primitive

Primitive:
    | undefined
    | null
    | boolean
    | string
    | number
    | ((...args: any) => any)
    | Element

Alias type for primitive types