import { PSLinkDEFSFItemImpl } from './pslink-defsfitem-impl'; export class PSPickupDataDEFSFItemImpl extends PSLinkDEFSFItemImpl { get editorStyle(): string { return this.M.editorStyle; } get editorType(): string { return this.M.editorType; } }