Documentation
    Preparing search index...

    Interface RESTGetApiAppAllBackupResult

    interface RESTGetApiAppAllBackupResult {
        backups: ApiAppBackupAll[];
        message: string;
        status: "ok" | "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    backups: ApiAppBackupAll[]

    Backup of all of your applications

    message: string

    Message of the API

    • It is useful to use as logs
    status: "ok" | "error"

    The status of API response