/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueEventMilestoneAsResponse { title: string; } //# sourceMappingURL=IssueEventMilestoneAsResponse.d.ts.map