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