diff --git a/breeze/breeze.d.ts b/breeze/breeze.d.ts index 139a306299..2a60df6d84 100644 --- a/breeze/breeze.d.ts +++ b/breeze/breeze.d.ts @@ -857,7 +857,7 @@ declare module breeze { tag: Object; static defaultInstance: SaveOptions; - constructor(config?: { allowConcurrentSaves?: boolean; }); + constructor(config?: { allowConcurrentSaves?: boolean; resourceName?: string; dataService?: DataService; tag?: any}); setAsDefault(): SaveOptions; using(config: SaveOptionsConfiguration): SaveOptions;