Type Alias CallbackFunction<T>

CallbackFunction: () => T | Promise<T>

Type Parameters

  • T