interface ProgressOptionsimport { type ProgressOptions } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; Options for showing progress. Propertiesoptionalprefix: stringPrefix message/word that will be displayed in green. optionalmessage: stringMessage to show after the prefix in white. optionallength: numberOptional length if known. If this is undefined then the progress will be indeterminate. optionalnoClear: booleanDo not clear the progress bar when finishing it. import ProgressOptionsimport { ProgressOptions } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts";