Docs

ExtensionWithEnabled

type ExtensionWithEnabled = Extension & {
  enabled: boolean;
  extensions: Record<string, FeatureWithEnabled>;
};