export interface IGetClosedIdeasHistoryByStrategyPayload {
    strategyReference: string;
    ticker?: string;
    stages?: boolean;
}
export interface IGetClosedIdeasHistoryByStrategyUniqueKeyPayload {
    strategyUniqueKey: string;
    ticker?: string;
    stages?: boolean;
}
