Interface OperationRunResponse

interface OperationRunResponse {
    output?: any;
}

Properties

Properties

output?: any