Skip to content

Commit 11431d7

Browse files
committed
Merge pull request DefinitelyTyped#3072 from RHAD1969/patch-1
Update breeze.d.ts
2 parents cda2add + d290ea2 commit 11431d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

breeze/breeze.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ declare module breeze {
376376
clear(): void;
377377
createEmptyCopy(): EntityManager;
378378
createEntity(typeName: string, config?: {}, entityState?: EntityStateSymbol) : Entity;
379+
createEntity(typeName: string, config?: {}, entityState?: EntityStateSymbol, mergeStrategy?: StrategySymbol): Entity;
379380
createEntity(entityType: EntityType, config?: {}, entityState?: EntityStateSymbol): Entity;
380381
detachEntity(entity: Entity): boolean;
381382
executeQuery(query: string, callback?: ExecuteQuerySuccessCallback, errorCallback?: ExecuteQueryErrorCallback): Q.Promise<QueryResult>;

0 commit comments

Comments
 (0)