import { AttachBranch } from "./attachEnums/AttachBranch.js"; export interface AttachPreview { branch: AttachBranch; options: any; new_items: any; }