Migrate old externs 2/x

This commit is contained in:
2026-06-14 05:53:32 +08:00
parent 8702d252ff
commit 77a1e5c22e
84 changed files with 489 additions and 401 deletions
@@ -1,6 +1,6 @@
/** @constructor Plugin Interface */
Astro.Blog.AstroEdit.IPlugin = function(){};
/** @type {String} */
/** @type {string} */
Astro.Blog.AstroEdit.IPlugin.id;
/** @type {Function} */
Astro.Blog.AstroEdit.IPlugin.setFromData;