1 export enum DocumentDebounceMode {
2 /** Realtime mode means multiple people are in the document and changes should be propagated as soon as possible */
4 /** In singleplayer, the user is alone in the doc and we don't have to be as fast in saving */
5 SinglePlayer = 'SinglePlayer',