Type Alias: EmailExecutor
EmailExecutor = <
T>(fn,settings) =>Promise<ExecutionResult<T>>
Runs one outbound send through AppKit’s interceptor chain. Matches
Plugin.execute(), which never throws: a failure comes back as
{ ok: false }.
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”(signal?) => Promise<T>
settings
Section titled “settings”Returns
Section titled “Returns”Promise<ExecutionResult<T>>