Interface: ListSymbolsResponse
@kortexya/reasoninglayer / Control / ListSymbolsResponse
Interface: ListSymbolsResponse
Defined in: src/types/control.ts:392
Response from listing symbols.
Properties
moduleName
moduleName:
string
Defined in: src/types/control.ts:394
Module name.
symbols
symbols:
SymbolDto[]
Defined in: src/types/control.ts:396
List of symbols with full details.