diff --git a/lib/drift/orders.ts b/lib/drift/orders.ts index 55a0347..f3a9397 100644 --- a/lib/drift/orders.ts +++ b/lib/drift/orders.ts @@ -45,6 +45,7 @@ export interface ClosePositionResult { closePrice?: number closedSize?: number realizedPnL?: number + needsVerification?: boolean error?: string }