PromisifyAllKeys<T>: T extends string ? `${T}Async` : never

Type Parameters

  • T