beam: persist ready viewer attachments
This commit is contained in:
@@ -4,11 +4,16 @@ import type { TIssueAttachment } from "@plane/types";
|
||||
export type TBeamViewerAttachment = {
|
||||
backend: "beam-viewer-local" | "beam-viewer";
|
||||
conversion?: {
|
||||
artifactSrc?: string;
|
||||
artifactType?: string;
|
||||
componentTreeRequired: boolean;
|
||||
message?: string;
|
||||
metadataSrc?: string;
|
||||
sourceFormat: string;
|
||||
sourceSrc?: string;
|
||||
status: "conversion_required" | "processing" | "ready" | "failed";
|
||||
targetFormat: "glb" | "xkt";
|
||||
updatedAt?: string;
|
||||
};
|
||||
downloadUrl: string;
|
||||
originalFilename: string;
|
||||
|
||||
Reference in New Issue
Block a user