/** * This file was auto-generated by Fern from our API Definition. */ /** * Linear Comment object */ export interface LinearComment { /** Comment text content */ body: string; }