Other Type Aliases

The following type aliases are available globally.

  • Implementation specific hook data for evaluation stages.

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

    Declaration

    Swift

    public typealias EvaluationSeriesData = [String : Encodable]