RichContent: {
    content: string;
    replacements?: Record<string, RichContentReplacement>;
}

Type declaration