@mitre-attack/attack-data-model
Version:
A TypeScript API for the MITRE ATT&CK data model
17 lines (14 loc) • 310 B
JavaScript
import {
AttackBaseImpl
} from "./chunk-2N7H7TEP.js";
// src/classes/sro/relationship.impl.ts
var RelationshipImpl = class extends AttackBaseImpl {
constructor(relationship) {
super();
this.relationship = relationship;
Object.assign(this, relationship);
}
};
export {
RelationshipImpl
};