export interface SourceLink {
    src: string;
    integrity?: string;
}