interface FormNodeAttachment {
    designComponent: "Attachment";
    id: string;
    title?: string;
    type: "Attachment";
}

Hierarchy (view full)

Properties

designComponent: "Attachment"
id: string
title?: string
type: "Attachment"