mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-27 22:10:11 -04:00
2 lines
58 B
TypeScript
2 lines
58 B
TypeScript
export type PluginOptions = Readonly<Record<string, any>>
|