import type { AsanaResource } from './AsanaResource'; export declare type SectionCompact = (AsanaResource & { /** * The name of the section (i.e. the text displayed as the section header). */ name?: string; });