Type Alias: StandingInstructionMutateFn
ts
type StandingInstructionMutateFn = (
ctx: TurnContext,
v: string | Tokenizable,
) => void | Promise<void>;Updates an existing standing instruction in the persistence layer.
Parameters
| Parameter | Type |
|---|---|
ctx | TurnContext |
v | string | Tokenizable |
Returns
void | Promise<void>