/** * This file was auto-generated by Fern from our API Definition. */ export type IssueCategory = "grammar" | "sentence_length" | "sentence_structure" | "simple_vocab" | "style_guide" | "terminology" | "tone"; export declare const IssueCategory: { readonly Grammar: "grammar"; readonly SentenceLength: "sentence_length"; readonly SentenceStructure: "sentence_structure"; readonly SimpleVocab: "simple_vocab"; readonly StyleGuide: "style_guide"; readonly Terminology: "terminology"; readonly Tone: "tone"; };