# CheckOplSyntaxResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**errors** | [**Array&lt;ParseError&gt;**](ParseError.md) | The list of syntax errors | [optional] [default to undefined]

## Example

```typescript
import { CheckOplSyntaxResult } from '@ory/keto-client';

const instance: CheckOplSyntaxResult = {
    errors,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
