1 2 3 4 5 6
import { Resource } from 'globunet-angular/core/models/api/resource'; export class SoftwareProfile extends Resource { description: string; comments: string; }