interface DelayOptionsimport { type DelayOptions } from "https://dotland.deno.dev/std@0.181.0/async/delay.ts"; Propertiesoptionalsignal: AbortSignalSignal used to abort the delay. optionalpersistent: boolean = trueIndicates whether the process should continue to run as long as the timer exists.