Type Alias: InferBotOutput<T>
InferBotOutput<
T> =TextendsProcessable<unknown, infer O> ?O:unknown
Defined in: core/dist/types/type-utils.d.ts:102
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: core/dist/types/type-utils.d.ts:102
Helper to infer bot output type from a Processable-like interface
T