File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export interface IRevisionsSessionOperations {
100100 * Returns a document revision by change vectors.
101101 */
102102 get < TEntity extends object > ( changeVectors : string [ ] ,
103- callback : ErrorFirstCallback < Map < string , TEntity > > )
103+ callback : ErrorFirstCallback < RevisionsCollectionObject < TEntity > > )
104104 : Promise < RevisionsCollectionObject < TEntity > > ;
105105
106106 /**
@@ -115,7 +115,7 @@ export interface IRevisionsSessionOperations {
115115 */
116116 get < TEntity extends object > ( changeVectors : string [ ] ,
117117 documentType : DocumentType < TEntity > ,
118- callback : ErrorFirstCallback < Map < string , TEntity > > )
118+ callback : ErrorFirstCallback < RevisionsCollectionObject < TEntity > > )
119119 : Promise < RevisionsCollectionObject < TEntity > > ;
120120}
121121
You can’t perform that action at this time.
0 commit comments