feat(types): add TypeScript definitions for TradingView and Datafeeds
This commit is contained in:
10
types/tradingview.d.ts
vendored
Normal file
10
types/tradingview.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="./charting_library" />
|
||||
/// <reference types="./datafeed-api" />
|
||||
/// <reference types="./datafeeds" />
|
||||
|
||||
declare global {
|
||||
const TradingView: typeof import("./charting_library");
|
||||
const Datafeeds: typeof import("./datafeeds");
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user