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

# Interface EvaluationWorkCreateInput

```typescript
interface EvaluationWorkCreateInput {
    proposalAuthorityDigest: string;
    proposalId: string;
    root: EvaluationWorkRootSelection;
    runId: string;
}
```

Types: [proposalAuthorityDigest](#proposalauthoritydigest), [proposalId](#proposalid), [root](#root), [EvaluationWorkRootSelection](../types/core.Supporting_types.EvaluationWorkRootSelection.md), [runId](#runid)

##### Index

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

[proposalAuthorityDigest](#proposalauthoritydigest) [proposalId](#proposalid) [root](#root) [runId](#runid)

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

### <a id="proposalauthoritydigest"></a>proposalAuthorityDigest

```typescript
proposalAuthorityDigest: string
```

### <a id="proposalid"></a>proposalId

```typescript
proposalId: string
```

### <a id="root"></a>root

```typescript
root: EvaluationWorkRootSelection
```

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

### <a id="runid"></a>runId

```typescript
runId: string
```
