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