DefinitelyTyped/definitelytyped.github.io

breeze.ISaveResult is invalid

ts46235 opened this issue · 1 comments

It should now be:

interface SaveResult {
    entities: Entity[];
    keyMappings: any;
    httpResponse: HttpResponse;
}

see http://breeze.github.io/doc-js/api-docs/classes/EntityManager.html#method_saveChanges