/** * This file was auto-generated by Fern from our API Definition. */ /** * Asana Story object (comment on a task) */ export interface AsanaStory { /** Story GID (read-only, set by Asana) */ gid?: string; /** Story text/comment content */ text: string; }