interface Symbol {
    parent?: Symbol;
}

Properties

Properties

parent?: Symbol