more tidying on v5 example and request type

This commit is contained in:
tiagosiebler
2023-02-17 12:18:56 +00:00
parent 6a4e7c09ed
commit 19f785b624
3 changed files with 28 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ export interface WithdrawParamsV5 {
amount: string;
timestamp: number;
forceChain?: number;
accountType?: string;
accountType?: 'SPOT' | 'FUND';
}
export interface CreateSubMemberParamsV5 {