Type Aliases

The following type aliases are available globally.

  • HealthCheckClosure is a type alias for a closure that receives no arguments and returns a State value.

    Declaration

    Swift

    public typealias HealthCheckClosure = () -> State