interface EngineServerMaxWithdrawableQueryParams {
    sender: string;
    product_id: number;
    spot_leverage: null | string;
}

Properties

sender: string
product_id: number
spot_leverage: null | string