Skip to main content
Version: 11.x

Type Alias: inferAsyncReturnType<TFunction>

inferAsyncReturnType<TFunction>: Awaited<ReturnType<TFunction>>

Defined in: packages/server/src/@trpc/server/index.ts:146

Type Parameters

Type Parameter
TFunction extends (...args) => any

Deprecated

Use Awaited<ReturnType<typeof myFunction>> instead