export type IDEnabled = { id: string; }; // If we make this an interface, eslint complains about the ID.