Documentation
    Preparing search index...

    Interface RESTGetApiSubdomainResult

    interface RESTGetApiSubdomainResult {
        message: string;
        status: "ok" | "error";
        subdomain: ApiSubdomain;
    }

    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

    subdomain: ApiSubdomain