interface Attachment {
    comment?: string;
    contentType?: string;
    file: any;
    filename: string;
    minorEdit: boolean;
}

Properties

comment?: string
contentType?: string
file: any
filename: string
minorEdit: boolean

Generated using TypeDoc v0.25.12