/** * This file was auto-generated by Fern from our API Definition. */ import * as acrolinx from "../index"; export interface Issue { /** The original text */ original: string; /** The start index of the change */ char_index: number; /** The sub-category of the change */ subcategory: acrolinx.Subcategory; category?: acrolinx.IssueCategory; }