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

# Interface PromptParseWarning

```typescript
interface PromptParseWarning {
    line: number;
    message: string;
}
```

Types: [line](#line), [message](#message)

##### Index

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

[line](#line) [message](#message)

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

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

```typescript
line: number
```

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

```typescript
message: string
```
