Skip to content

Commit

Permalink
feat(cli, ExchangeAccount): add "isDemoAccount" param
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed May 16, 2024
1 parent 44a0481 commit 9d591f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cli/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ export type CommandResult<T = unknown> = {

export type ExchangeConfig = Pick<
ExchangeAccount,
"name" | "apiKey" | "secretKey" | "password" | "exchangeCode"
| "name"
| "apiKey"
| "secretKey"
| "password"
| "exchangeCode"
| "isDemoAccount"
>;

0 comments on commit 9d591f5

Please sign in to comment.