Type Alias Primitive

Primitive:
    | string
    | number
    | bigint
    | boolean
    | undefined
    | symbol
    | null