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.
Properties
Section titled “Properties”cache?
Section titled “cache?”
optionalcache?:object
cacheKey?
Section titled “cacheKey?”
optionalcacheKey?: (string|number|object)[]
enabled?
Section titled “enabled?”
optionalenabled?:boolean
optionalttl?:number
retry?
Section titled “retry?”
optionalretry?:object
attempts?
Section titled “attempts?”
optionalattempts?:number
enabled?
Section titled “enabled?”
optionalenabled?:boolean
initialDelay?
Section titled “initialDelay?”
optionalinitialDelay?:number
maxDelay?
Section titled “maxDelay?”
optionalmaxDelay?:number
timeout?
Section titled “timeout?”
optionaltimeout?:number