import { XmlAttributeComponent } from "file/xml-components"; export interface IHyperlinkAttributesProperties { id?: string; history: number; } export class HyperlinkAttributes extends XmlAttributeComponent { protected xmlKeys = { id: "r:id", history: "w:history", }; }