/**
 * Copyright IBM Corp. 2024, 2025
 */
export interface IPosition {
  line: number;
  character: number;
}
