Documentation
Preparing search index...
@quatrain/cli
inquirer
ui
FetchedAnswer
Interface FetchedAnswer
Represents a fetched answer.
interface
FetchedAnswer
{
answer
:
any
;
name
:
string
;
}
Index
Properties
answer
name
Properties
answer
answer
:
any
The value of the answer.
name
name
:
string
The name of the answer.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answer
name
Documentation
Loading...
Represents a fetched answer.