export interface ISourceLoadResult {
    script: string;
    loaded: boolean;
    status: string;
}
