summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/model/software-profile.ts
blob: 5b3ba73298adbe456c557e87d6f0750e74f631f1 (plain)
1
2
3
4
5
6
import { Resource } from 'globunet-angular/core/models/api/resource';

export class SoftwareProfile extends Resource {
  description: string;
  comments: string;
}