import type { AsanaResource } from './AsanaResource'; export declare type ProjectStatusCompact = (AsanaResource & { /** * The title of the project status update. */ title?: string; });