Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Nov 25, 2024
1 parent b5fbbb4 commit cfc70ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import {
ExecArgBase,
ExecDataRepresentation,
} from '../ExecArgBase.js'

import {
ExitType,
ExitConfig,
StrategyType,
TrailingArithmetic,
TrailingArithmeticLP,
} from '../types.js'

export declare namespace ExecArgCreateSpotGridStrategy {
export interface Params {
subaccountId: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {
dataToExecData,
ExecArgBase,
dataToExecData,
ExecDataRepresentation,
} from '../ExecArgBase.js'

Expand All @@ -17,9 +17,7 @@ export default class ExecArgNeptuneDeposit extends ExecArgBase<
ExecArgNeptuneDeposit.Params,
ExecArgNeptuneDeposit.Data
> {
static fromJSON(
params: ExecArgNeptuneDeposit.Params,
): ExecArgNeptuneDeposit {
static fromJSON(params: ExecArgNeptuneDeposit.Params): ExecArgNeptuneDeposit {
return new ExecArgNeptuneDeposit(params)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
} from '../ExecArgBase.js'
import { toBase64 } from '../../../../utils'


export declare namespace ExecArgNeptuneWithdraw {
export interface Params {
amount: string
Expand Down

0 comments on commit cfc70ec

Please sign in to comment.