export interface InlineLinksExtensionConfiguration { predefinedLinks?: { label: string; options: { label: string; value: string; }[]; }; }