/**
 * Shared types for Atlassian Confluence APIs
 */
/**
 * Description format enum
 */
export type DescriptionFormat = 'plain' | 'view';
