Files
docx-js/src/file/xml-components/xmlable-object.ts
2018-01-23 01:33:12 +00:00

4 lines
109 B
TypeScript

export interface IXmlableObject extends Object {
_attr?: { [key: string]: string | number | boolean };
}