/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface RootIssueBeanAsResponse { estimatedRemainingSeconds?: number; iconUrl?: string; originalEstimateSeconds?: number; summary?: string; } //# sourceMappingURL=RootIssueBeanAsResponse.d.ts.map