export type MidaPluginParameters = { id: string; name: string; description?: string; version: string; };