Interface ITeleopResponseData

interface ITeleopResponseData {
    notes?: string;
    state: "success" | "failure" | "inProgress" | "requestAssistance";
}

Properties

Properties

notes?: string
state: "success" | "failure" | "inProgress" | "requestAssistance"

Generated using TypeDoc