frontend 성능 개선
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import type { IndicatorConfig } from '../types';
|
||||
|
||||
export interface ChartWorkspaceBridge {
|
||||
goToMarket(market: string): void;
|
||||
getSymbol(): string;
|
||||
getIndicators(): IndicatorConfig[];
|
||||
}
|
||||
Reference in New Issue
Block a user