Implementation specific hook data for evaluation stages.

Hook implementations can use this to store data needed between stages.

interface EvaluationSeriesData {
    [index: string]: unknown;
}

Indexable

[index: string]: unknown