UNPKG

shrimpy-node

Version:
9 lines (8 loc) 204 B
export interface IDynamicStrategyDto { isDynamic: true; excludedSymbols: string[]; topAssetCount: number; minPercent: string; maxPercent: string; isEqualWeight: boolean; }