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
/
lobby
/
account.d.ts
4 lines
(3 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
import
{
LobbyApi
}
from
'../../Api/lobby/LobbyApi'
;
import
{
Account
}
from
'../../Api/lobby/types'
;
export
declare
const
selectAccount
:
(
api
:
LobbyApi
) =>
Promise
<
Account
>;