Skip to content

Type Alias: TeamsExecuteConfig

TeamsExecuteConfig = object

The PluginExecuteConfig slice this package sets. Mirrored structurally because AppKit’s PluginExecuteConfig lives behind a subpath its exports map does not publish, so the nominal type cannot be imported. Written as a type alias rather than an interface so it stays assignable to the nominal type’s index signature.

optional cache?: object

optional cacheKey?: (string | number | object)[]

optional enabled?: boolean

optional ttl?: number


optional retry?: object

optional attempts?: number

optional enabled?: boolean

optional initialDelay?: number

optional maxDelay?: number


optional timeout?: number