n-odata-server
n-odata-server copied to clipboard
DEV-ISSUE: Fix problem with xmlbuilder typescript error
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'.