mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Update breeze.d.ts
Change ths SaveOptions constructor parameter to be alignd with the Breeze docs (http://breeze.github.io/doc-js/api-docs/classes/SaveOptions.html)
This commit is contained in:
parent
98d3168c2c
commit
f4e60dfe54
2
breeze/breeze.d.ts
vendored
2
breeze/breeze.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user