Skip to content

Commit

Permalink
chore: improve type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 28, 2024
1 parent b2b5cb5 commit 02976a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/candleTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export interface PairHistory {
* Contains all columns - columns may be filtered to the ones available.
*/
all_columns?: string[];
/** Actual data */
data: number[][];
length: number;
/** Number of buy signals in this response */
Expand Down

0 comments on commit 02976a9

Please sign in to comment.