f0499d2
1
2
3
4
5
6
import { type Plugin } from "../store/plugin"; export type BuiltinPlugin = Omit<Plugin, "id"> & { builtin: Boolean; };