mirror of
https://github.com/docmost/docmost.git
synced 2026-05-10 16:24:05 +08:00
- CTE approach
- Remove closure table usage
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { MentionNode } from "../../../common/helpers/prosemirror/utils";
|
||||
|
||||
import { MentionNode } from '../../../common/helpers/prosemirror/utils';
|
||||
|
||||
export interface IPageBacklinkJob {
|
||||
pageId: string;
|
||||
@@ -9,8 +8,4 @@ export interface IPageBacklinkJob {
|
||||
|
||||
export interface IStripeSeatsSyncJob {
|
||||
workspaceId: string;
|
||||
}
|
||||
|
||||
export interface IRebuildHierarchyJob {
|
||||
spaceId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user