n-odata-server icon indicating copy to clipboard operation
n-odata-server copied to clipboard

DEV-ISSUE: Fix problem with xmlbuilder typescript error

Open htammen opened this issue 8 years ago • 0 comments

TypeScript creates an error cause the typings type definition (v0.8) does not match the used xmlbuilder version (v0.4.1). Update to newest xmlbuilder version.

Error is:

 Error:(134, 7) TS2345: Argument of type '{ [x: number]: undefined; "edmx:Edmx": { "@xmlns:edmx": string; "@xmlns:m": string; "@Version": s...' is not assignable to parameter of type 'string'.

htammen avatar Jul 23 '16 11:07 htammen