Interface SymbolAlias

interface SymbolAlias {
    foreign: number | Identifier;
    local: null | string;
}

Properties

Properties

foreign: number | Identifier
local: null | string

Generated using TypeDoc