/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface IPosition {
  line: number;
  character: number;
}
