import { XmlAttributeComponent } from "../docx/xml-components"; export interface IRelationshipsAttributesProperties { xmlns: string; } export class RelationshipsAttributes extends XmlAttributeComponent { protected xmlKeys = { xmlns: "xmlns", }; }