Browse Source

fix typo in services

S. Chris Colbert 7 years ago
parent
commit
3c2b6eb0b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/services/src/contents/index.ts

+ 1 - 1
packages/services/src/contents/index.ts

@@ -309,7 +309,7 @@ namespace Contents {
      * @returns A promise which resolves with the new checkpoint model when the
      *   checkpoint is created.
      */
-    createCheckpoint(path: string): Promise<IModel>;
+    createCheckpoint(path: string): Promise<ICheckpointModel>;
 
     /**
      * List available checkpoints for a file.