import {PropertyType} from "./PropertyType"; import {UnsupportedPropertyType} from "./UnsupportedPropertyType"; export class PtypCurrency extends UnsupportedPropertyType{ constructor() { super(0x0006, "PtypCurrency"); } }