Type Alias: StandingInstructionDeleteFn
ts
type StandingInstructionDeleteFn = (
ctx: TurnContext,
v: string | Tokenizable,
) => void | Promise<void>;Removes a standing instruction from the persistence layer.
Parameters
| Parameter | Type |
|---|---|
ctx | TurnContext |
v | string | Tokenizable |
Returns
void | Promise<void>