Skip to content

Commit

Permalink
chore(iqoption): Add LogInCredentials interface
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed Aug 8, 2024
1 parent 1cee6d0 commit ebba30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/iqoption/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {
import { PositionState } from './websocket/events/responses/PositionsState'
import { WebSocketClient } from './websocket/WebSocketClient'

// .

export interface LogInCredentials {
email: string
password: string
Expand Down

0 comments on commit ebba30d

Please sign in to comment.