adding attach preview

This commit is contained in:
John Yeo
2025-06-03 08:07:41 +01:00
parent f109524377
commit efeaace7b0
100 changed files with 2382 additions and 1227 deletions

View File

@@ -0,0 +1,7 @@
import { AttachBranch } from "./attachEnums/AttachBranch.js";
export interface AttachPreview {
branch: AttachBranch;
options: any;
new_items: any;
}