SymbolEntry: BaseEntry & Trigger & {
    kind: "symbol";
    parse: Expression | SymbolParseHandler;
    precedence?: Precedence;
}

Type declaration