add a comment

This commit is contained in:
Hans Pagel 2021-01-11 14:43:41 +01:00
parent dd39e3a307
commit b6e57d8a6a

View File

@ -11,6 +11,9 @@ export interface CollaborationOptions {
* An initialized Y.js document.
*/
document: any,
/**
* A string to determine the fragment that should be used.
*/
fragment: string,
}