feat(react/settings): port backup DB now

This commit is contained in:
Elian Doran
2025-08-15 12:52:59 +03:00
parent 33ae91f49c
commit 6f19fde76e
3 changed files with 25 additions and 2 deletions

View File

@@ -97,3 +97,7 @@ export interface EtapiToken {
export interface PostTokensResponse {
authToken: string;
}
export interface BackupDatabaseNowResponse {
backupFile: string;
}