Fix exported type definitions
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
export interface IXmlableObject extends Object {
|
||||
_attr?: { [key: string]: string | number | boolean };
|
||||
}
|
||||
|
||||
// Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432
|
||||
export const WORKAROUND3 = "workaround";
|
||||
|
Reference in New Issue
Block a user