Type Alias: InferBotOutput<T>
InferBotOutput<
T> =TextendsProcessable<unknown, infer O> ?O:unknown
Defined in: packages/core/src/type-utils.ts:134
Helper to infer bot output type from a Processable-like interface
Type Parameters
T
T
InferBotOutput<
T> =TextendsProcessable<unknown, infer O> ?O:unknown
Defined in: packages/core/src/type-utils.ts:134
Helper to infer bot output type from a Processable-like interface
T