interface ApiAppBackup {
    id: string;
    url: string;
}

Hierarchy (view full)

Properties

Properties

id: string

Your app id

url: string

The backup url.

  • You can access it only once.