Update types for forceExit form

This commit is contained in:
Matthias 2024-02-08 07:19:32 +01:00
parent a1b2598b5c
commit d327f6b43e

View File

@ -14,7 +14,7 @@ export interface ForceEnterPayload {
}
export interface ForceSellPayload {
tradeid: string;
tradeid: string | number;
ordertype?: string;
amount?: number;
}