Type alias ExtendedSymbolType

ExtendedSymbolType: ExtendedSymbol | {
    contract: NameType;
    sym: SymbolType;
}

Type declaration