/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IncidentTimelineEntryAsResponse { id?: string; group?: string; type?: string; eventTime?: string; hidden?: boolean; actor?: { name?: string; type?: string; }; description?: { content?: string; type?: string; }; title?: { content?: string; type?: string; }; lastEdit?: any; } //# sourceMappingURL=IncidentTimelineEntryAsResponse.d.ts.map