Type Alias ImportLink

ImportLink: {
    import: SpecifierName | SpecifierValue | null;
    source: SourceValue;
    type: "import";
    variable: VariableName;
} | {
    import: null;
    source: SourceValue;
    type: "import";
    variable: null;
}
MMNEPVFCICPMFPCPTTAAATR