change from PluginInterface to PluginAPI

This commit is contained in:
Trang Le 2025-09-10 17:09:08 +07:00
parent 4f0154e19e
commit ec2467bf66

View file

@ -1,6 +1,6 @@
import { PluginInterface, Task, Project } from '@super-productivity/plugin-api';
declare const plugin: PluginInterface;
declare const plugin: PluginAPI;
// Plugin initialization
plugin.log('Solid.js Boilerplate Plugin loaded');