File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
packages/collaborative-drive/src Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22// Distributed under the terms of the Modified BSD License.
33
44import { IAwareness } from '@jupyter/ydoc' ;
5- import { Contents , SharedDocumentFactory } from '@jupyterlab/services' ;
5+ import {
6+ Contents ,
7+ IContentProvider ,
8+ SharedDocumentFactory
9+ } from '@jupyterlab/services' ;
610import { IDisposable } from '@lumino/disposable' ;
711
812import { Token } from '@lumino/coreutils' ;
@@ -22,7 +26,7 @@ export const IGlobalAwareness = new Token<IAwareness>(
2226 '@jupyter/collaboration:IGlobalAwareness'
2327) ;
2428
25- export interface ICollaborativeContentProvider {
29+ export interface ICollaborativeContentProvider extends IContentProvider {
2630 /**
2731 * SharedModel factory for the YDrive.
2832 */
You can’t perform that action at this time.
0 commit comments