interface RESTGetApiAppBackupResult {
    backups: ApiAppBackup;
    message: string;
    status: RESTApiStatusResponse;
}

Hierarchy (view full)

Properties

backups: ApiAppBackup

Backup of your application

message: string

Message of the API

  • It is useful to use as logs

The status of API response