Skip to content

Type Alias: TeamsExecutor

TeamsExecutor = <T>(fn, settings) => Promise<ExecutionResult<T>>

Runs one operation through AppKit’s interceptor chain. Matches Plugin.execute(), which never throws: a failure comes back as { ok: false }.

T

(signal?) => Promise<T>

TeamsExecutionSettings

Promise<ExecutionResult<T>>