Interface API

interface API {
    checks: ChecksAPI;
    nodes: NodesAPI;
}

Properties

Properties

checks: ChecksAPI
nodes: NodesAPI

Generated using TypeDoc