• Obtain a copy of a table for mapping from property type value to property type name.

    e.g.

    • typeNames[0x0003] returns "PtypInteger32".
    • typeNames[0x001E] returns "PtypString8".
    • typeNames[0x001F] returns "PtypString".
    • typeNames[0x0102] returns "PtypBinary".

    Returns { [key: number]: string }