export class ConceptResponseDTO { constructor(partial: Partial) { Object.assign(this, partial); } id: number; value: string; }