Implementation specific hook data for identify stages.

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

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

Indexable

[index: string]: unknown