UNPKG
ogame-bot-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
Api to create a bot for ogame
github.com/noeRls/ogame-bot-api
noeRls/ogame-bot-api
ogame-bot-api
/
build
/
bot
/
utils
/
input.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
export
declare
const
input
:
(
question
:
string
) =>
Promise
<
string
>;
export
declare
const
multiSelect
:
(
choices
:
string
[]
) =>
Promise
<
number
>;