Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

TicketEventAttachment

Object containing a set of fields for ticket attachment. TicketEventAttachment

export interface TicketEventAttachment {
	'filename'?: string;
	'id'?: string;
}

Properties

NameRequiredTypeDescription
filenameOptionalstringThe name and the extension of the attached file. {string} TicketEventAttachment
idOptionalstringAttachment identifier. {string} TicketEventAttachment

On this page