import type { AsanaResource } from './AsanaResource'; export declare type ProjectCompact = (AsanaResource & { /** * Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. */ name?: string; });