Documentation
    Preparing search index...

    Interface RESTGetApiAppResult

    interface RESTGetApiAppResult {
        apps: ApiApp;
        message: string;
        status: "ok" | "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    apps: ApiApp

    Your application

    message: string

    Message of the API

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

    The status of API response