Interface OperationRunRequest

interface OperationRunRequest {
    input: any;
}

Properties

Properties

input: any