/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IssueEventLabelAsResponse { name: string | null; color: string | null; } //# sourceMappingURL=IssueEventLabelAsResponse.d.ts.map