interface AttachmentCreateResult {
    attachments?: PagedAttachment;
    comment?: ServiceDesk.ServiceDeskModels.Comment;
}

Properties

attachments?: PagedAttachment