MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / Plugin

Interface Plugin

plugins/src/types.d.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// internal types
2
3interface Plugin {
4 init?: (context: any) => any
5 load?: () => any
6 default?: Function | any
7}
8
9interface RcpAnnouceEvent extends CustomEvent {
10 errorHandler: () => any

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected