导入变量的来源

interface IImportSpecifierSourceData {
    isDefault?: boolean;
    source: string;
}

Properties

Properties

isDefault?: boolean
source: string