We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9011a88 commit b15db29Copy full SHA for b15db29
src/tree/revisionManagement/RevisionDraftItem.ts
@@ -17,6 +17,7 @@ import { treeUtils } from "../../utils/treeUtils";
17
import type { ContainerAppModel } from "../ContainerAppItem";
18
import { RevisionItem, type RevisionsItemModel } from "./RevisionItem";
19
20
+// For tree items that depend on the container app's revision draft template
21
export interface RevisionsDraftModel {
22
hasUnsavedChanges: () => boolean | Promise<boolean>;
23
}
0 commit comments