import { PSModelObjectImpl } from '../../psmodel-object-impl'; export class PSPanelDetailTypeImpl extends PSModelObjectImpl { get memo(): string { return this.M.memo; } get name(): string { return this.M.name; } }