/** * This file was auto-generated by Fern from our API Definition. */ /** * Notion Comment object - can be attached to pages or blocks */ export interface NotionComment { /** Comment text content (rich text) */ text: string; }