interface EngineSymbolsResponse {
    symbols: Record<string, EngineSymbol>;
}

Properties

Properties

symbols: Record<string, EngineSymbol>