adding attach preview
This commit is contained in:
7
shared/models/attachModels/attachPreviewModels.ts
Normal file
7
shared/models/attachModels/attachPreviewModels.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { AttachBranch } from "./attachEnums/AttachBranch.js";
|
||||
|
||||
export interface AttachPreview {
|
||||
branch: AttachBranch;
|
||||
options: any;
|
||||
new_items: any;
|
||||
}
|
||||
Reference in New Issue
Block a user