interface SpinnerOptionsimport { type SpinnerOptions } from "https://dotland.deno.dev/std@0.223.0/cli/mod.ts"; Options for {@link Spinner}. Propertiesoptionalspinner: string[] = ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"]The sequence of characters to be iterated through for animation. optionalmessage: stringThe message to display next to the spinner. This can be changed while the spinner is active. optionalinterval: number = 75The time between each frame of the spinner in milliseconds. optionalcolor: ColorThe color of the spinner. Defaults to the default terminal color. This can be changed while the spinner is active.