Change docx folder to more appropriate "file" folder
This commit is contained in:
3
src/file/xml-components/xmlable-object.ts
Normal file
3
src/file/xml-components/xmlable-object.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface IXmlableObject extends Object {
|
||||
_attr?: { [key: string]: (string | number | boolean) };
|
||||
}
|
Reference in New Issue
Block a user