export interface ExtensionParameters { id: string; attachTo?: { id: string; input: string; }; disabled?: boolean; config?: unknown; }