import type { CursorCommitResponseItem } from './cursor-commit-response-item'; export interface CursorCommitResponse { items?: Array; }