# PluginLike

`type` in `core` · v0.8.0

<https://docs.seedcord.org/packages/core/0.8.0/types/plugin-like>

## Declaration

```ts
type PluginLike = Pick<
    Plugin,
    | "init"
    | "ready"
    | "dispose"
    | "onHmr"
    | typeof resolvedSpecSlot
    | typeof loggerSlot
>;
```
