import {UnsupportedPropertyType} from "./UnsupportedPropertyType"; export class PtypObject extends UnsupportedPropertyType{ constructor() { super(0x000D, "PtypObject"); } }