Type alias ParameterizedCallback<T>

ParameterizedCallback<T>: ((arg: T) => any)

Type Parameters

  • T

Type declaration

    • (arg: T): any
    • Type alias for a callback that accepts a typed argument.

      Parameters

      • arg: T

      Returns any