interface DelayOptionsimport { type DelayOptions } from "https://deno.land/std@0.159.0/async/mod.ts"; Propertiesoptionalsignal: AbortSignaloptionalpersistent: booleanIndicates whether the process should continue to run as long as the timer exists. This is true by default.