Documentation
    Preparing search index...

    Interface RESTGetApiAppAllResult

    interface RESTGetApiAppAllResult {
        apps: ApiApp[];
        message: string;
        status: "ok" | "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    apps: ApiApp[]

    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