interface LiveEndpoint {
    enabled: boolean;
    json: string;
    aml: string;
}

Properties

Properties

enabled: boolean

Whether live endpoint should be enabled

json: string

URL to live endpoint JSON doc

aml: string

URL to live endpoint ArchieML doc

Generated using TypeDoc