UNPKG
he-cli-fe
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
frontend cli tool for development
he-cli-fe
/
src
/
types
/
cmd.ts
6 lines
(5 loc)
•
98 B
text/typescript
View Raw
1
2
3
4
5
6
//inquirer.choices数组元素
export
interface
InquirerChoice
{
value
:
number
name
:
string
}