Interface ILoaderResolvedParam

interface ILoaderResolvedParam {
    src: string;
    xhr?: ILoaderXhrOption;
}

Properties

Properties

src: string