Interface ITeleopRequestData

interface ITeleopRequestData {
    instruction: string;
}

Properties

Properties

instruction: string

Generated using TypeDoc