Documentation
    Preparing search index...

    Interface RESTPutApiAppAptResult

    interface RESTPutApiAppAptResult {
        message: string;
        status: "ok" | "error";
        statusCode: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    message: string

    Message of the API

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

    The status of API response

    statusCode: number

    Status code from API