Interface CustomRequestResult

Contains the result of a custom request.

interface CustomRequestResult {
    @type: "customRequestResult";
    result: string;
}

Properties

Properties

@type: "customRequestResult"
result: string

A JSON-serialized result.