coltoneshaw / 3cpm

The 3C Portfolio Manager is an essential addon to your 3Commas experience. It enables you to manage your DCA bots with greater analytics, real-time alerting, and tons of additional features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement types for the data across the application.

coltoneshaw opened this issue · comments

Initial testing looks good on this. Currently adding TS to all the repo functions for future support.

Remaining:

  • - Database functions
  • - 3C Functions.
    • Will require rebuilding additional types that are not a part of the API since these values are converted and stored into SQL with the correct data type.
  • - Config
  • - Binance
  • - Deals (write access)

Currently, all database functions operate upon the most recent commit.

Additional notes:

  • Need to look into importing the preload function return type as the type for base.ts