function mustPromptOneOfimport { mustPromptOneOf } from "https://deno.land/x/mtkruto@0.1.101/utilities/1_misc.ts"; mustPromptOneOf<T extends readonly string[]>(message: string, choices: T): T[number]Type ParametersT extends readonly string[]Parametersmessage: stringchoices: TReturnsT[number]