Alokai

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