interface Attachment {
    attachmentType: "perspective" | "floorplan" | "group" | "wall";
    description?: string;
    file: string;
    fileType: "jpg" | "png";
    identifier: string;
}

Properties

attachmentType: "perspective" | "floorplan" | "group" | "wall"
description?: string
file: string

File content as base64

fileType: "jpg" | "png"
identifier: string