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
/
CreateBackup.d.ts
3 lines
(2 loc)
•
161 B
TypeScript
View Raw
1
2
3
import
{
Backup
}
from
"./../Objects/Backup.js"
;
export
declare
function
CreateBackup
(
host
:
string
,
apikey
:
string
,
identifier
:
string
):
Promise
<
void
|
Backup
>;