Documentation
    Preparing search index...

    Interface RESTGetApiSubdomainListResult

    interface RESTGetApiSubdomainListResult {
        message: string;
        status: "ok" | "error";
        subdomains: 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

    subdomains: ApiSubdomain[]