export interface ErrorRelatedSources {
    additionalInformation?: string;
    relatedIssue?: number;
    relatedPR?: number;
}
