mirror of
https://github.com/docmost/docmost.git
synced 2026-05-08 23:33:09 +08:00
a5696bb8e8
- Remove closure table usage
11 lines
244 B
TypeScript
11 lines
244 B
TypeScript
import { MentionNode } from '../../../common/helpers/prosemirror/utils';
|
|
|
|
export interface IPageBacklinkJob {
|
|
pageId: string;
|
|
workspaceId: string;
|
|
mentions: MentionNode[];
|
|
}
|
|
|
|
export interface IStripeSeatsSyncJob {
|
|
workspaceId: string;
|
|
} |