mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +00:00
change from PluginInterface to PluginAPI
This commit is contained in:
parent
4f0154e19e
commit
ec2467bf66
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue