Preview 2.0 is now in Public Beta!
Read the Announcement
PromptResult
interface PromptResult {
  result: boolean;
  text: string;
}

Summary

Properties

result
text

Properties

result