Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 3, 2024
1 parent e340579 commit cece00b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/collaborativedrive/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export interface ISharedModelFactory extends Contents.ISharedFactory {
type: Contents.ContentType,
factory: SharedDocumentFactory
): void;

documentFactories: Map<Contents.ContentType, SharedDocumentFactory>;
}

/**
Expand Down

0 comments on commit cece00b

Please sign in to comment.