Skip to content

ActionFn

ActionFn<T> = (input) => any | Promise<any>

Defined in: packages/core/dist/index.d.mts:183

Command action function.

T extends Input

InferInput<T>

any | Promise<any>