mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Update types for forceExit form
This commit is contained in:
parent
a1b2598b5c
commit
d327f6b43e
|
@ -14,7 +14,7 @@ export interface ForceEnterPayload {
|
|||
}
|
||||
|
||||
export interface ForceSellPayload {
|
||||
tradeid: string;
|
||||
tradeid: string | number;
|
||||
ordertype?: string;
|
||||
amount?: number;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user