diff --git a/packages/collaborative-drive/src/tokens.ts b/packages/collaborative-drive/src/tokens.ts index f985c771..3e0a3e32 100644 --- a/packages/collaborative-drive/src/tokens.ts +++ b/packages/collaborative-drive/src/tokens.ts @@ -2,7 +2,11 @@ // Distributed under the terms of the Modified BSD License. import { IAwareness } from '@jupyter/ydoc'; -import { Contents, SharedDocumentFactory } from '@jupyterlab/services'; +import { + Contents, + IContentProvider, + SharedDocumentFactory +} from '@jupyterlab/services'; import { IDisposable } from '@lumino/disposable'; import { Token } from '@lumino/coreutils'; @@ -22,7 +26,7 @@ export const IGlobalAwareness = new Token( '@jupyter/collaboration:IGlobalAwareness' ); -export interface ICollaborativeContentProvider { +export interface ICollaborativeContentProvider extends IContentProvider { /** * SharedModel factory for the YDrive. */