interface ApiAppBackupAll {
    id: string;
    status: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

id: string

Your app id

status: string

The backup status

url: string

The backup url.

  • You can access it only once.