type TextFormat = 'markdown' | 'plain' | 'xml';

export type { TextFormat };
