interface GenericInputKeys implements GenericPromptKeysRe-exportimport { type GenericInputKeys } from "https://deno.land/x/lume@v1.15.0/deps/cliffy.ts"; Input keys options. PropertiesoptionalmoveCursorLeft: string[]optionalmoveCursorRight: string[]optionaldeleteCharLeft: string[]optionaldeleteCharRight: string[]