# CursorCommitResponse

Cursor commit response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**items** | [**Array&lt;CursorCommitResponseItem&gt;**](CursorCommitResponseItem.md) | List of committed or outdated cursors | [optional] [default to undefined]

## Example

```typescript
import { CursorCommitResponse } from './api';

const instance: CursorCommitResponse = {
    items,
};
```

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