> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.ConnectorExecuteOutput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface ConnectorExecuteOutput

A catalog-validated success from the account main actually used.

```typescript
interface ConnectorExecuteOutput {
    accountId: string;
    kind: "success";
    operationId: string;
    output: ProjectCommandJsonValue;
    providerId: string;
}
```

Types: [accountId](#accountid), [kind](#kind), [operationId](#operationid), [output](#output), [ProjectCommandJsonValue](../types/core.Supporting_types.ProjectCommandJsonValue.md), [providerId](#providerid)

##### Index

### <a id="properties"></a>Properties

[accountId](#accountid) [kind](#kind) [operationId](#operationid) [output](#output) [providerId](#providerid)

## <a id="properties-1"></a>Properties

### <a id="accountid"></a>`Readonly`accountId

```typescript
accountId: string
```

### <a id="kind"></a>`Readonly`kind

```typescript
kind: "success"
```

### <a id="operationid"></a>`Readonly`operationId

```typescript
operationId: string
```

### <a id="output"></a>`Readonly`output

```typescript
output: ProjectCommandJsonValue
```

Types: [ProjectCommandJsonValue](../types/core.Supporting_types.ProjectCommandJsonValue.md)

### <a id="providerid"></a>`Readonly`providerId

```typescript
providerId: string
```
