/* eslint-disable @typescript-eslint/no-explicit-any */ export type Config = { id: string; pluginConfig: Record; tenantId: string; };