Interface Callback<R, T>

interface Callback<R, T> ((...args) => R)

Type Parameters