mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 11:44:22 +01:00
8 lines
137 B
TypeScript
8 lines
137 B
TypeScript
import { Plugin } from "./index"
|
|
|
|
export const ExamplePlugin: Plugin = async ({ app, client }) => {
|
|
return {
|
|
permission: {},
|
|
}
|
|
}
|