Skip to main content

symbolGraphSymbolSchema

@gooi/symbol-graph


@gooi/symbol-graph / symbol-graph-contracts/symbol-graph.contracts / symbolGraphSymbolSchema

Variable: symbolGraphSymbolSchema

const symbolGraphSymbolSchema: ZodObject<{ id: ZodString; kind: ZodEnum<{ action: "action"; ambient_symbol: "ambient_symbol"; capability: "capability"; entrypoint: "entrypoint"; expression_variable: "expression_variable"; projection: "projection"; route: "route"; signal: "signal"; step_binding: "step_binding"; }>; location: ZodObject<{ character: ZodNumber; line: ZodNumber; path: ZodString; }, $strip>; name: ZodString; ownerSymbolId: ZodOptional<ZodString>; }, $strip>

Defined in: symbol-graph-contracts/symbol-graph.contracts.ts:32

One symbol in the symbol graph.