import { Resource } from 'globunet-angular/core/models/api/resource'; export class SoftwareProfile extends Resource { description: string; comments: string; }