export class Qualification { constructor( public id: number, public skill?: string, ) {} }