Action<T>: ((ctx: ActionContext) => Promise<T>)

An action that can be run in a context to preform an action

Type Parameters

  • T extends unknown = unknown