Chartbreaker
    Preparing search index...

    Type Alias PriceTargetFetcher

    PriceTargetFetcher: (
        params: { currency?: string; instrument: string },
    ) => Promise<PriceTargetDataPoint[]>

    Type Declaration