import { type Plugin } from "../store/plugin"; export type BuiltinPlugin = Omit & { builtin: Boolean; };