yjs.ts 205 B

123456789
  1. export type CurrentPageYjsData = {
  2. hasYdocsNewerThanLatestRevision?: boolean;
  3. awarenessStateSize?: number;
  4. };
  5. export type SyncLatestRevisionBody = {
  6. synced: boolean;
  7. isYjsDataBroken?: boolean;
  8. };