plugin-entry.ts 180 B

123456
  1. export const INSTALLER_MANAGED_PLUGIN_OPTION =
  2. '__ohMyOpencodeSlimManagedByInstaller';
  3. export type PluginEntry =
  4. | string
  5. | [string, Record<string, unknown>, ...unknown[]];