Allow augmenting DS namespace (#25174)

see Microsoft/TypeScript#11034
This commit is contained in:
Abram Booth
2018-04-20 13:35:02 -04:00
committed by Ryan Cavanaugh
parent 363064fd25
commit 4bc92af133

View File

@@ -43,7 +43,7 @@ declare module 'ember-data' {
isRelationship: true;
}
namespace DS {
export namespace DS {
/**
* Convert an hash of errors into an array with errors in JSON-API format.
*/