UNPKG
pqry
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
Easier query to pterodactyl panel
pqry
/
dist
/
typings
/
Commands
/
CreateApiKey.d.ts
3 lines
(2 loc)
•
198 B
TypeScript
View Raw
1
2
3
import
{
ApiKey
}
from
"./../Objects/ApiKey.js"
;
export
declare
function
CreateApiKey
(
host
:
string
,
apikey
:
string
,
description
:
string
,
allowed_ips
?:
string
[]
):
Promise
<
void
|
ApiKey
|
undefined
>;