CustomPromisify type

type CustomPromisify<TCustom> =
  | CustomPromisifySymbol<TCustom>
  | CustomPromisifyLegacy<TCustom>