Skip to content

Commit 89c2b75

Browse files
author
Daniel
committed
adding new functions
1 parent 1c8aaa2 commit 89c2b75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,14 @@ declare module '@mathieuc/tradingview' {
21622162
watchlist_color?: string | null;
21632163
};
21642164

2165+
export function strategyToCsv(
2166+
studyId: string,
2167+
values: Record<string, string | number | boolean>,
2168+
): Promise<{
2169+
csvData: string,
2170+
externalSources: any, // TODO:: fix this type
2171+
}>;
2172+
21652173
export function createAlert(
21662174
payload: CreateAlertPayload,
21672175
session: string,

0 commit comments

Comments
 (0)