Skip to content

Commit

Permalink
fix: improve type interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed May 3, 2024
1 parent 169e2ae commit d56b4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-exponential.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import BaseRegression from 'ml-regression-base';
declare namespace ExponentialRegression {
export interface ExponentialRegressionModel {
name: 'exponentialRegression';
A: number;
B: number;
}
}

Expand Down

0 comments on commit d56b4d2

Please sign in to comment.