export interface AdditionalComment {
  /** Content of the comment. */
  body?: string;
}
