mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
4 lines
54 B
TypeScript
4 lines
54 B
TypeScript
export interface PluginConfig {
|
|
manifest: string;
|
|
}
|