PromisifyAllItems<T>: { [ K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]> }

Type Parameters

  • T