feat(core): track web-clipper import (#12599)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **New Features**
  - Added tracking for document creation when importing with the clipper tool.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
CatsJuice
2025-05-28 08:34:22 +00:00
parent 2d5b9022fd
commit 793823a9f9
2 changed files with 7 additions and 0 deletions

View File

@@ -544,6 +544,11 @@ interface PageEvents extends PageDivision {
];
};
};
clipper: {
$: {
$: ['createDoc'];
};
};
}
type OrganizeItemType = 'doc' | 'folder' | 'collection' | 'tag' | 'favorite';